]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Do no highlight the boolean widget
authorsbh <sergey.belash@opencascade.com>
Thu, 12 Mar 2015 17:13:51 +0000 (20:13 +0300)
committersbh <sergey.belash@opencascade.com>
Thu, 12 Mar 2015 17:13:51 +0000 (20:13 +0300)
src/ModuleBase/ModuleBase_WidgetBoolValue.cpp
src/ModuleBase/ModuleBase_WidgetBoolValue.h

index 7d5e2855b374980f097d019acf159c0869bb8121..a019404f5dbf0d5346392a3cc716f229540cf342 100644 (file)
@@ -72,3 +72,8 @@ QList<QWidget*> ModuleBase_WidgetBoolValue::getControls() const
   aList.append(myCheckBox);
   return aList;
 }
+
+void ModuleBase_WidgetBoolValue::setHighlighted(bool)
+{
+  return;
+}
index f5c3f494f91eeae10b00df4e649f3915c78a89bf..1c13e0458ce9b5d998eedce6e638b2a485e558e1 100644 (file)
@@ -35,6 +35,8 @@ Q_OBJECT
 
   virtual QList<QWidget*> getControls() const;
 
+  virtual void setHighlighted(bool isHighlighted);
+
 protected:
   /// Saves the internal parameters to the given feature
   /// \return True in success