From 355501deb9f8edd5f5a1e3ce2ef6d7512cd3b8ef Mon Sep 17 00:00:00 2001 From: vsv Date: Tue, 28 Jan 2020 12:36:16 +0300 Subject: [PATCH] Update viewer on activation of PartSet --- src/PartSet/PartSet_MenuMgr.cpp | 2 ++ 1 file changed, 2 insertions(+) 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, -- 2.39.2