From 093e8c42e3cf9a40071fe2f81591b7eb4bdfc247 Mon Sep 17 00:00:00 2001 From: vsv Date: Thu, 5 Jul 2018 11:00:18 +0300 Subject: [PATCH] Issue #2541: Clear remaining messages after undo/redo of last operation --- src/XGUI/XGUI_Workshop.cpp | 2 ++ 1 file changed, 2 insertions(+) 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(""); } //****************************************************** -- 2.30.2