Skip to content

Commit

Permalink
[convert to curve] improve interaction while dragging
Browse files Browse the repository at this point in the history
  • Loading branch information
olivierdalang authored and nyalldawson committed Jun 18, 2021
1 parent c0cd1a1 commit 8a62db5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/app/vertextool/qgsvertextool.cpp
Expand Up @@ -2584,6 +2584,9 @@ void QgsVertexTool::toggleVertexCurve()
return;
}

if ( mDraggingVertex )
stopDragging();

QgsVectorLayer *layer = toConvert.layer;

if ( ! QgsWkbTypes::isCurvedType( layer->wkbType() ) )
Expand Down

0 comments on commit 8a62db5

Please sign in to comment.