]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/ModuleBase/ModuleBase_OperationFeature.h
Salome HOME
1. CanStopOperation knows which operation is stopped. Scenario: Unpress Sketch in...
[modules/shaper.git] / src / ModuleBase / ModuleBase_OperationFeature.h
index dedbb6a16dd1683f9c898d564a4e966aded8829f..c2eeb0087459168239810d314131e1a948605d75 100755 (executable)
@@ -146,8 +146,9 @@ signals:
   /// before operation feature creating
   CompositeFeaturePtr myParentFeature;  
 
-  /// Last current feature before editing operation
-  FeaturePtr myCurrentFeature;
+  /// Last current feature before editing operation. It is cashed when Edit operation is started
+  /// in order to restore the document current feature on commit/abort this operation.
+  FeaturePtr myPreviousCurrentFeature;
 };
 
 #endif