Feature Request 1880 - hide Template
This commit is contained in:
committed by
Yorik van Havre
parent
1e460be045
commit
f782719363
@@ -92,7 +92,7 @@ void ViewProviderDrawingView::onChanged(const App::Property *prop)
|
||||
}
|
||||
|
||||
if (prop == &Visibility) {
|
||||
if(Visibility.getValue()) {
|
||||
if(Visibility.getValue()) {
|
||||
show();
|
||||
} else {
|
||||
hide();
|
||||
|
||||
Reference in New Issue
Block a user