From 71c07e2133035ae6337034e381647645d0f7b357 Mon Sep 17 00:00:00 2001 From: nds Date: Tue, 24 May 2016 11:46:51 +0300 Subject: [PATCH] Issue #1015: The validate icon must be greyed and inactive instead of red and active Actions contain information for Status bar --- src/XGUI/XGUI_Workshop.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/XGUI/XGUI_Workshop.cpp b/src/XGUI/XGUI_Workshop.cpp index fe2d68b54..f325f3a14 100755 --- a/src/XGUI/XGUI_Workshop.cpp +++ b/src/XGUI/XGUI_Workshop.cpp @@ -1893,7 +1893,7 @@ QList XGUI_Workshop::processHistoryList(const std::list void XGUI_Workshop::setStatusBarMessage(const QString& theMessage) { #ifdef HAVE_SALOME - return salomeConnector()->desktop(); + //return salomeConnector()->desktop(); #else myMainWindow->putInfo(theMessage, -1); #endif -- 2.39.2