Salome HOME
Hide faces: Sketch operation: selection of sketch plane after deactivation of Hide...
[modules/shaper.git] / src / XGUI / XGUI_ActiveControlMgr.h
index 40355b697953ca2dd4141782faf779ffa848f87e..7b0703a5d598d2e1fa31bb7ac648301a8f8d3a54 100644 (file)
@@ -73,6 +73,8 @@ protected:
 
   QList<XGUI_ActiveControlSelector*> mySelectors; ///< workshop selectors
   XGUI_ActiveControlSelector* myActiveSelector; ///< active selector
+
+  bool myIsBlocked; ///< blocking flag to avoid cycling signals processing
 };
 
 #endif