From fee109149bca2caef75ca3778de450eb83cf11d0 Mon Sep 17 00:00:00 2001 From: DeepSOIC Date: Sun, 7 Aug 2016 01:01:47 +0300 Subject: [PATCH] Sketcher: fix selectability of constraints when pickRadius is large Constraints still do not respect pickRadius. I haven't found a way to fix it. --- src/Mod/Sketcher/Gui/ViewProviderSketch.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Mod/Sketcher/Gui/ViewProviderSketch.cpp b/src/Mod/Sketcher/Gui/ViewProviderSketch.cpp index a436987049..c292e1b568 100644 --- a/src/Mod/Sketcher/Gui/ViewProviderSketch.cpp +++ b/src/Mod/Sketcher/Gui/ViewProviderSketch.cpp @@ -277,8 +277,8 @@ ViewProviderSketch::ViewProviderSketch() zCross=0.001f; zLines=0.005f; - zConstr=0.006f; // constraint not construction - zHighLine=0.007f; + zConstr=0.007f; // constraint not construction + zHighLine=0.006f; zPoints=0.008f; zHighlight=0.009f; zText=0.011f;