FreeCAD: master 90f2314b

Author Committer Branch Timestamp Parent
Neinei0k abdullahtahiriyo master 2020-10-03 10:07:06 master 41343154
Changeset [Sketcher] Fix merged constraint preselection bug

Constraint icons that located close to each other get merged into a single icon. If you zoom in, individual constraints on these icons can't be selected anymore because their relative positions, which must depend on the zoom, don't change. The problem is solved by multiplying relative position by the scale factor which depends on the magnification.
mod - src/Mod/Sketcher/Gui/ViewProviderSketch.cpp Diff File