Salome HOME
The selection problem with an object deactivate:
[modules/shaper.git] / src / XGUI / XGUI_Workshop.h
index ff4a8708a336473849d6f8f4e0f2cdeb36e6103d..37c04437fdc18426d5a0527af068e7ae500853ce 100644 (file)
@@ -441,6 +441,9 @@ private:
 
   // Flag to check that part document is in process of activating
   bool myPartActivating;
+
+  /// The flag is true when we loading a document
+  bool myIsLoadingData;
 };
 
 #endif