From 0932085a43a8895dac2cd4fe2cf562848379e51e Mon Sep 17 00:00:00 2001 From: vsv Date: Tue, 18 Sep 2018 18:10:18 +0300 Subject: [PATCH] Issue# 2556: Make inspection panel invisible by default --- src/SHAPERGUI/SHAPERGUI.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/SHAPERGUI/SHAPERGUI.cpp b/src/SHAPERGUI/SHAPERGUI.cpp index ec4776172..930a4d475 100644 --- a/src/SHAPERGUI/SHAPERGUI.cpp +++ b/src/SHAPERGUI/SHAPERGUI.cpp @@ -212,7 +212,6 @@ bool SHAPERGUI::activateModule(SUIT_Study* theStudy) if (aInspection) { QAction* aViewAct = aInspection->toggleViewAction(); aViewAct->setEnabled(true); - aInspection->setVisible(true); } if (!mySelector) { -- 2.39.2