From 93516e42a7612f7907c88d9c55b34bf961feb019 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 a43698704..c292e1b56 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;