Sketcher: fix selectability of constraints when pickRadius is large

Constraints still do not respect pickRadius. I haven't found a way to
fix it.
This commit is contained in:
DeepSOIC
2016-08-07 01:01:47 +03:00
committed by wmayer
parent 8415bc32b6
commit fee109149b

View File

@@ -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;