Salome HOME
A new event Visual Attributes Changed is defined for performance sake.
[modules/shaper.git] / src / ModuleBase / ModuleBase_ModelWidget.h
index fdd467481bf79cf5439a99b6b28834b411f507f2..4fb4ad55249d3381aa2c59a7acce5d79f9e6c9e3 100644 (file)
@@ -445,6 +445,8 @@ private:
   bool myIsValueStateBlocked;
   /// do not flush updated signal
   bool myFlushUpdateBlocked;
+
+  bool myUpdateVisualAttributes;
 };
 
 #endif