]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Issue #2428: Do not activate name widget on start of the operation
authorvsv <vsv@opencascade.com>
Wed, 7 Feb 2018 08:33:15 +0000 (11:33 +0300)
committervsv <vsv@opencascade.com>
Wed, 7 Feb 2018 08:33:15 +0000 (11:33 +0300)
src/ModuleBase/ModuleBase_WidgetNameEdit.h

index 44a1a1e529bac5d41810937175a79cadc3b39995..d72fd7b9490ae0341c52898e454393df6d8808f1 100644 (file)
@@ -37,6 +37,8 @@ public:
   /// If not then it means that the widget do not need attribute at all.
   virtual bool usesAttribute() const { return false; }
 
+  virtual bool focusTo() { return false; }
+
 protected:
     /// Saves the internal parameters to the given feature
   /// \return True in success