Skip to content

Commit

Permalink
enter rubberband after moved by dragIgnoredDistance
Browse files Browse the repository at this point in the history
issue #1149
  • Loading branch information
5263 committed Feb 24, 2015
1 parent a6dd887 commit ed80eb6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Mod/Sketcher/Gui/ViewProviderSketch.cpp
Expand Up @@ -957,6 +957,7 @@ bool ViewProviderSketch::mouseMove(const SbVec2s &cursorPos, Gui::View3DInventor
case STATUS_SELECT_Point:
case STATUS_SELECT_Edge:
case STATUS_SELECT_Constraint:
case STATUS_SKETCH_StartRubberBand:
short dx, dy;
(cursorPos - prvCursorPos).getValue(dx, dy);
if(std::abs(dx) < dragIgnoredDistance && std::abs(dy) < dragIgnoredDistance)
Expand Down

0 comments on commit ed80eb6

Please sign in to comment.