From: nds Date: Tue, 24 May 2016 08:46:51 +0000 (+0300) Subject: Issue #1015: The validate icon must be greyed and inactive instead of red and active X-Git-Tag: V_2.3.1~69 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=71c07e2133035ae6337034e381647645d0f7b357;p=modules%2Fshaper.git Issue #1015: The validate icon must be greyed and inactive instead of red and active Actions contain information for Status bar --- 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