]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/ModuleBase/ModuleBase_WidgetLabelValue.h
Salome HOME
Issue #1852 In the Sketcher, replace all disabled real inputs by labels
[modules/shaper.git] / src / ModuleBase / ModuleBase_WidgetLabelValue.h
index f1fb4d6f92cc124134f5c9b9e951f2fae4275154..afe8e07f413a6f8e1dc52b2d2add35f2ee1f206f 100644 (file)
@@ -36,7 +36,10 @@ protected:
   /// \return True in success
   virtual bool storeValueCustom();
 
-private:
+  //! Switch On/Off highlighting of the widget
+  virtual void setHighlighted(bool isHighlighted) {}
+
+protected:
   ModuleBase_LabelValue* myLabel;  ///< A label control
 };