Salome HOME
Shift selection to edit some lines.
[modules/shaper.git] / src / PartSet / PartSet_OperationEditLine.h
index 219d23b2c9eb4aec94114620833bd5edb4e9f2aa..d42d0e545fb38022f6f716bd69b77935b83425bc 100644 (file)
@@ -142,6 +142,7 @@ private:
   std::list<XGUI_ViewerPrs> myFeatures; ///< the features to apply the edit operation
   Point myCurPoint; ///< the current 3D point clicked or moved
   gp_Pnt myCurPressed; ///< the current 3D point clicked or moved
+  bool myIsBlockedSelection; ///< the state of the last state of selection blocked signal
 };
 
 #endif