From c43f6fc931942c4fb1af061c5cb2fec13fd44a07 Mon Sep 17 00:00:00 2001 From: vsv Date: Fri, 6 Dec 2019 11:40:33 +0300 Subject: [PATCH] Update viewer after "Move to the end" --- src/XGUI/XGUI_Workshop.cpp | 1 + 1 file changed, 1 insertion(+) 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(); } //************************************************************** -- 2.30.2