FreeCAD: master f33aab5f

Author Committer Branch Timestamp Parent
abdullah abdullahtahiriyo master 2020-12-06 16:19:09 master 4aa91f0f
Changeset Sketcher: Reduce ViewProviderUpdates when deleting Internal Alignment Geometry

==============================================================================

Deletion of a geometry having internal alignment geometry (B-Spline, Ellipse, ...)
involves calling a geometry deletion operation for each internal aligment constraint
in addition to the one of the geometry.

Before this commit, an update call was performed for each of these operations. Now,
there is a single update trigger operation after all the geometries are deleted.
mod - src/Mod/Sketcher/App/SketchObject.cpp Diff File
mod - src/Mod/Sketcher/App/SketchObject.h Diff File