Salome HOME
Dump with geometrical selection
[modules/shaper.git] / src / Model / Model_Document.h
index 98c44ea64b94944a02f6559399926036b3305220..e40b2e928a1a87143aa2eb78c52bfc13978797d5 100644 (file)
@@ -430,6 +430,8 @@ class Model_Document : public ModelAPI_Document
 
   //! The selection feature, if needed
   FeaturePtr mySelectionFeature;
+
+  bool myIsSetCurrentFeature; ///< flag that my current feature is changed right now (recursion)
 };
 
 #endif