Salome HOME
Fix regression in unit tests
[modules/shaper.git] / src / PartSet / PartSet_SketcherMgr.h
index 5d31e7d4a1c3adebeac65e9e2ff16bf66bfde58f..71ba10312df149bec88947b6d5bb2cb2e3536c80 100644 (file)
@@ -133,6 +133,10 @@ public:
   /// \param theOperation a committed operation
   void commitNestedSketch(ModuleBase_Operation* theOperation);
 
+  /// Commit the operation if it is possible. If the operation is dimention constraint,
+  /// it gives widget editor to input dimention value
+  void operationActivatedByPreselection();
+
   /// Returns True if there are available Undos and the sketch manager allows undo
   /// \return the boolean result
   bool canUndo() const;