From: vsv Date: Fri, 6 Dec 2019 08:40:33 +0000 (+0300) Subject: Update viewer after "Move to the end" X-Git-Tag: V9_5_0a1~122 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=c43f6fc931942c4fb1af061c5cb2fec13fd44a07;p=modules%2Fshaper.git Update viewer after "Move to the end" --- diff --git a/src/XGUI/XGUI_Workshop.cpp b/src/XGUI/XGUI_Workshop.cpp index 75c1a932f..461c756a3 100644 --- a/src/XGUI/XGUI_Workshop.cpp +++ b/src/XGUI/XGUI_Workshop.cpp @@ -2136,6 +2136,7 @@ void XGUI_Workshop::moveObjects(const bool theSplit) } aMgr->finishOperation(); updateCommandStatus(); + myViewerProxy->update(); } //**************************************************************