]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Issue #1015: The validate icon must be greyed and inactive instead of red and active
authornds <nds@opencascade.com>
Tue, 24 May 2016 08:46:51 +0000 (11:46 +0300)
committernds <nds@opencascade.com>
Tue, 24 May 2016 08:46:51 +0000 (11:46 +0300)
Actions contain information for Status bar

src/XGUI/XGUI_Workshop.cpp

index fe2d68b54d9a0d5a0a05c30d56fbf06498bd1baf..f325f3a145b60975258e53b5e1306a07a62c42b4 100755 (executable)
@@ -1893,7 +1893,7 @@ QList<ActionInfo> XGUI_Workshop::processHistoryList(const std::list<std::string>
 void XGUI_Workshop::setStatusBarMessage(const QString& theMessage)
 {
 #ifdef HAVE_SALOME
-  return salomeConnector()->desktop();
+  //return salomeConnector()->desktop();
 #else
   myMainWindow->putInfo(theMessage, -1);
 #endif