]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Issue #905 Update of invalid feature representation in property panel
authornds <nds@opencascade.com>
Wed, 9 Sep 2015 11:30:35 +0000 (14:30 +0300)
committernds <nds@opencascade.com>
Wed, 9 Sep 2015 11:30:35 +0000 (14:30 +0300)
Widget should not be in pink also.

src/XGUI/XGUI_ErrorMgr.cpp

index 8f380127f615b1a1c720252f6aec872d8ccfabf3..190f9c1ed303ea9c7d6885beb8466f054c47593f 100644 (file)
@@ -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;");
   }
 }