Feature Request 1880 - hide Template

This commit is contained in:
WandererFan
2017-02-01 20:30:56 -05:00
committed by Yorik van Havre
parent 1e460be045
commit f782719363
5 changed files with 75 additions and 9 deletions

View File

@@ -92,7 +92,7 @@ void ViewProviderDrawingView::onChanged(const App::Property *prop)
}
if (prop == &Visibility) {
if(Visibility.getValue()) {
if(Visibility.getValue()) {
show();
} else {
hide();