Salome HOME
Issue #1278 In the sketch the creation line is not functional when I check the box...
[modules/shaper.git] / src / ModuleBase / ModuleBase_WidgetChoice.h
index 0cdf589ee398c9c1adf1a441bc76ba130ff5cee4..e0f90d7203fbe9135913cb29cf6914dcf3a6123c 100644 (file)
@@ -46,7 +46,7 @@ Q_OBJECT
 
   /// Defines if it is supported to set the value in this widget
   /// It returns false because this is an info widget
-  virtual bool canSetValue() const { return false; };
+  virtual bool canAcceptFocus() const { return false; };
 
   virtual bool focusTo();