From: sbh Date: Thu, 12 Mar 2015 17:13:51 +0000 (+0300) Subject: Do no highlight the boolean widget X-Git-Tag: V_1.1.0~139 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=12ea357515b32e75826c2385373248bc7b1adabd;p=modules%2Fshaper.git Do no highlight the boolean widget --- diff --git a/src/ModuleBase/ModuleBase_WidgetBoolValue.cpp b/src/ModuleBase/ModuleBase_WidgetBoolValue.cpp index 7d5e2855b..a019404f5 100644 --- a/src/ModuleBase/ModuleBase_WidgetBoolValue.cpp +++ b/src/ModuleBase/ModuleBase_WidgetBoolValue.cpp @@ -72,3 +72,8 @@ QList ModuleBase_WidgetBoolValue::getControls() const aList.append(myCheckBox); return aList; } + +void ModuleBase_WidgetBoolValue::setHighlighted(bool) +{ + return; +} diff --git a/src/ModuleBase/ModuleBase_WidgetBoolValue.h b/src/ModuleBase/ModuleBase_WidgetBoolValue.h index f5c3f494f..1c13e0458 100644 --- a/src/ModuleBase/ModuleBase_WidgetBoolValue.h +++ b/src/ModuleBase/ModuleBase_WidgetBoolValue.h @@ -35,6 +35,8 @@ Q_OBJECT virtual QList getControls() const; + virtual void setHighlighted(bool isHighlighted); + protected: /// Saves the internal parameters to the given feature /// \return True in success