From 73502ac782ffc45a3acf665ded34f582b07ec4d5 Mon Sep 17 00:00:00 2001 From: nds Date: Tue, 24 May 2016 11:03:08 +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_ActionsMgr.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.39.2