diff --git a/src/GEOMGUI/GeometryGUI.cxx b/src/GEOMGUI/GeometryGUI.cxx index 4a6c6f244..9f3c4b9bd 100755 --- a/src/GEOMGUI/GeometryGUI.cxx +++ b/src/GEOMGUI/GeometryGUI.cxx @@ -1990,12 +1990,6 @@ void GeometryGUI::onWindowActivated( SUIT_ViewWindow* win ) action( GEOMOp::OpEditField )->setEnabled( ViewOCC ); // Edit Field action( GEOMOp::OpMultiTransform )->setEnabled( ViewOCC ); // MENU BLOCKS - MULTI-TRANSFORMATION - - if ( ViewOCC ) - { - SUIT_ViewModel* vmodel = win->getViewManager()->getViewModel(); - myTextTreeWdg->updateVisibility(dynamic_cast(vmodel)); - } } void GeometryGUI::windows( QMap& mappa ) const