From: nds Date: Tue, 24 May 2016 08:03:08 +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~71 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=73502ac782ffc45a3acf665ded34f582b07ec4d5;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_ActionsMgr.cpp b/src/XGUI/XGUI_ActionsMgr.cpp index 4af899ee9..70a274c8e 100644 --- a/src/XGUI/XGUI_ActionsMgr.cpp +++ b/src/XGUI/XGUI_ActionsMgr.cpp @@ -231,7 +231,7 @@ QAction* XGUI_ActionsMgr::operationStateAction(OperationStateActionId theId, QOb case Accept: case AcceptAll: { aResult = ModuleBase_Tools::createAction(QIcon(":pictures/button_ok.png"), - "", /*empty to show error*/, theParent); + "" /*empty to show error*/, theParent); } break; case Abort: