From aaae347dd8590a4be282fedbaa3bb4fd40ae5b7c Mon Sep 17 00:00:00 2001 From: SparkyCola Date: Wed, 4 Oct 2017 23:33:53 +0200 Subject: [PATCH] resolves #3204 --- src/Mod/Sketcher/Gui/ViewProviderSketch.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Sketcher/Gui/ViewProviderSketch.cpp b/src/Mod/Sketcher/Gui/ViewProviderSketch.cpp index 5821ad6ec5..c69c9ddf5f 100644 --- a/src/Mod/Sketcher/Gui/ViewProviderSketch.cpp +++ b/src/Mod/Sketcher/Gui/ViewProviderSketch.cpp @@ -2463,7 +2463,7 @@ void ViewProviderSketch::doBoxSelection(const SbVec2s &startPos, const SbVec2s & // for periodic curves, but it works reasonably well. Including all poles, which could be done, generally // forces the user to select much more than the curve (all the poles) and it would not select the curve in cases // where it is indeed comprised in the box. - // The implementation of the touch mode is also far from a desireable "touch" + // The implementation of the touch mode is also far from a desireable "touch" as it only recognizes touched points not the curve itself if (pnt1Inside && pnt2Inside || (touchMode && (pnt1Inside || pnt2Inside))) { std::stringstream ss; ss << "Edge" << GeoId + 1;