X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSketchPlugin%2FSketchPlugin_ConstraintRadius.h;h=cc2c96eb293f3e672c80ddd389573e8bd5703c53;hb=f5c7bb3100ed321392da42f61c2ab505833ec61a;hp=5400bc443188de718808239569a561b9aa6db7eb;hpb=85253719b1f5e630551c2590d23deab11db55fe1;p=modules%2Fshaper.git diff --git a/src/SketchPlugin/SketchPlugin_ConstraintRadius.h b/src/SketchPlugin/SketchPlugin_ConstraintRadius.h index 5400bc443..cc2c96eb2 100644 --- a/src/SketchPlugin/SketchPlugin_ConstraintRadius.h +++ b/src/SketchPlugin/SketchPlugin_ConstraintRadius.h @@ -65,6 +65,9 @@ private: /// Checks and gets the radius of referenced circle (or arc) otherwise returns -1. /// \param theCircData the found referenced circle returned by this method double circleRadius(std::shared_ptr& theCirc); + +private: + bool myFlyoutUpdate; ///< to avoid cyclic dependencies on automatic updates of flyout point }; #endif