From: vsv Date: Thu, 5 Jul 2018 08:00:18 +0000 (+0300) Subject: Issue #2541: Clear remaining messages after undo/redo of last operation X-Git-Tag: EDF_2018-1~16 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=093e8c42e3cf9a40071fe2f81591b7eb4bdfc247;p=modules%2Fshaper.git Issue #2541: Clear remaining messages after undo/redo of last operation --- diff --git a/src/XGUI/XGUI_Workshop.cpp b/src/XGUI/XGUI_Workshop.cpp index 9ca33837f..11117511b 100755 --- a/src/XGUI/XGUI_Workshop.cpp +++ b/src/XGUI/XGUI_Workshop.cpp @@ -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(""); } //******************************************************