FreeCAD: master cac47d25

Author Committer Branch Timestamp Parent
abdullah abdullah master 2015-06-25 14:27:13 master 21416961
Affected Issues  0002171: Several issues when trying to delete an element of a sketch
Changeset Sketch: Bug Fix: Maintain the Elements and Constraint Widget synchronized

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

What?
Sometimes this widgets where out of sync

Why?
Under the update only when it is redrawn policy, sometimes only one of them, i.e. the one associated with the property
triggering the updateData was updated.

Solution:
Both are updated after every redraw.

It also complements the previous bug fix related to crash on deleting, by updating the widgets to account for the deleted geometry.
mod - src/Mod/Sketcher/Gui/ViewProviderSketch.cpp Diff File