]> 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:03:08 +0000 (11:03 +0300)
committernds <nds@opencascade.com>
Tue, 24 May 2016 08:03:08 +0000 (11:03 +0300)
Actions contain information for Status bar

src/XGUI/XGUI_ActionsMgr.cpp

index 4af899ee97fc4aff3c5b0b229e2af86d2ef7bf7e..70a274c8e06d85b4842664f231b2aa50c2ccf92d 100644 (file)
@@ -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: