Skip to content

Commit 8736f72

Browse files
olivierdalangnyalldawson
authored andcommittedJun 18, 2021
[convert to curve] change key to O
1 parent af96675 commit 8736f72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/app/vertextool/qgsvertextool.cpp‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1376,7 +1376,7 @@ void QgsVertexTool::keyPressEvent( QKeyEvent *e )
13761376
}
13771377
break;
13781378
}
1379-
case Qt::Key_C:
1379+
case Qt::Key_O:
13801380
{
13811381
if ( mDraggingVertex || ( !mDraggingEdge && !mSelectedVertices.isEmpty() ) )
13821382
{

0 commit comments

Comments
 (0)
Please sign in to comment.