]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Issue #2541: Clear remaining messages after undo/redo of last operation
authorvsv <vsv@opencascade.com>
Thu, 5 Jul 2018 08:00:18 +0000 (11:00 +0300)
committervsv <vsv@opencascade.com>
Thu, 5 Jul 2018 08:00:18 +0000 (11:00 +0300)
src/XGUI/XGUI_Workshop.cpp

index 9ca33837f0da0fc847c1073470a3d51066038bd9..11117511b7ca027575bffbc06977141c18d49f3f 100755 (executable)
@@ -1094,6 +1094,8 @@ void XGUI_Workshop::processUndoRedo(const ModuleBase_ActionType theActionType, i
   // unblock the viewer update functionality and make update on purpose
   myDisplayer->enableUpdateViewer(isUpdateEnabled);
   myDisplayer->updateViewer();
+  // Clear messages in status bar from previous operations if exists
+  setStatusBarMessage("");
 }
 
 //******************************************************