FreeCAD: master 2b79025a

Author Committer Branch Timestamp Parent
realthunder wmayer master 2019-08-22 10:27:38 master 030f00e7
Changeset Part: avoid touching in ViewProviderAttachExtension mergeOverlayIcons

ViewProviderAttachExtension::extensionMergeOverlayIcons() calls
AttachExtension::positionBySupport() which will always touch the
extended object. This may cause recomputation problems, e.g a datum
that is always touched, because normal recomputation trigger tree
view update by a timer, tree view refreshes the icon, datum gets
touched again.
mod - src/Mod/Part/App/AttachExtension.cpp Diff File
mod - src/Mod/Part/App/AttachExtension.h Diff File
mod - src/Mod/Part/Gui/ViewProviderAttachExtension.cpp Diff File