From: vsv Date: Thu, 7 Dec 2017 15:50:19 +0000 (+0300) Subject: Issue #2347: Hide Faces Panel on the module deactivate X-Git-Tag: V_2.10.0RC~73 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=5047b00a748e5a608ee90182fc5b2c01dac6d535;p=modules%2Fshaper.git Issue #2347: Hide Faces Panel on the module deactivate --- diff --git a/src/SHAPERGUI/SHAPERGUI.cpp b/src/SHAPERGUI/SHAPERGUI.cpp index 42c1b5090..19aa0fc1c 100644 --- a/src/SHAPERGUI/SHAPERGUI.cpp +++ b/src/SHAPERGUI/SHAPERGUI.cpp @@ -30,6 +30,7 @@ #include #include #include +#include #include #include @@ -322,6 +323,7 @@ bool SHAPERGUI::deactivateModule(SUIT_Study* theStudy) mySelector = 0; } + myWorkshop->hidePanel(myWorkshop->facesPanel()); //myWorkshop->contextMenuMgr()->disconnectViewer(); SUIT_ResourceMgr* aResMgr = application()->resourceMgr();