From 92b6738b4a67f24c626b106e2bcf7651577ff2bc Mon Sep 17 00:00:00 2001 From: nds Date: Wed, 9 Sep 2015 14:30:35 +0300 Subject: [PATCH] Issue #905 Update of invalid feature representation in property panel Widget should not be in pink also. --- src/XGUI/XGUI_ErrorMgr.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/XGUI/XGUI_ErrorMgr.cpp b/src/XGUI/XGUI_ErrorMgr.cpp index 8f380127f..190f9c1ed 100644 --- a/src/XGUI/XGUI_ErrorMgr.cpp +++ b/src/XGUI/XGUI_ErrorMgr.cpp @@ -180,6 +180,6 @@ void XGUI_ErrorMgr::onWidgetChanged() aTTip += "Errors:\n" + anError; } aWidget->setToolTip(aTTip); - aWidget->setStyleSheet(anError.isEmpty() ? "" : "background-color:pink;"); + //aWidget->setStyleSheet(anError.isEmpty() ? "" : "background-color:pink;"); } } -- 2.39.2