From: nds Date: Wed, 9 Sep 2015 11:30:35 +0000 (+0300) Subject: Issue #905 Update of invalid feature representation in property panel X-Git-Tag: V_1.4.0_beta4~63 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=92b6738b4a67f24c626b106e2bcf7651577ff2bc;p=modules%2Fshaper.git Issue #905 Update of invalid feature representation in property panel Widget should not be in pink also. --- 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;"); } }