We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b2f77b commit d192bfdCopy full SHA for d192bfd
src/app/vertextool/qgsvertextool.cpp
@@ -2586,7 +2586,6 @@ void QgsVertexTool::toggleVertexCurve()
2586
2587
if ( mDraggingVertex )
2588
{
2589
- stopDragging();
2590
if ( mDraggingVertexType == AddingVertex || mDraggingVertexType == AddingEndpoint )
2591
2592
QgisApp::instance()->messageBar()->pushMessage(
@@ -2595,7 +2594,7 @@ void QgsVertexTool::toggleVertexCurve()
2595
2594
Qgis::Warning );
2596
return;
2597
}
2598
-
+ stopDragging();
2599
2600
2601
QgsVectorLayer *layer = toConvert.layer;
0 commit comments