]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Issue# 2556: Make inspection panel invisible by default
authorvsv <vsv@opencascade.com>
Tue, 18 Sep 2018 15:10:18 +0000 (18:10 +0300)
committervsv <vsv@opencascade.com>
Tue, 18 Sep 2018 15:10:18 +0000 (18:10 +0300)
src/SHAPERGUI/SHAPERGUI.cpp

index ec47761726ebb96e786d63092b8dee34dd8f5030..930a4d475826d0b43357f25d62116be75df92389 100644 (file)
@@ -212,7 +212,6 @@ bool SHAPERGUI::activateModule(SUIT_Study* theStudy)
     if (aInspection) {
       QAction* aViewAct = aInspection->toggleViewAction();
       aViewAct->setEnabled(true);
-      aInspection->setVisible(true);
     }
 
     if (!mySelector) {