From: vsv Date: Tue, 28 Jan 2020 09:36:16 +0000 (+0300) Subject: Update viewer on activation of PartSet X-Git-Tag: V9_5_0a1~60 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=355501deb9f8edd5f5a1e3ce2ef6d7512cd3b8ef;p=modules%2Fshaper.git Update viewer on activation of PartSet --- diff --git a/src/PartSet/PartSet_MenuMgr.cpp b/src/PartSet/PartSet_MenuMgr.cpp index 0ea7aa78d..63e88207e 100644 --- a/src/PartSet/PartSet_MenuMgr.cpp +++ b/src/PartSet/PartSet_MenuMgr.cpp @@ -37,6 +37,7 @@ #include #include #include +#include #include #include @@ -522,6 +523,7 @@ void PartSet_MenuMgr::activatePartSet() const aMgr->finishOperation(); myModule->workshop()->updateCommandStatus(); + myModule->workshop()->viewer()->update(); } void PartSet_MenuMgr::grantedOperationIds(ModuleBase_Operation* theOperation,