Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[convert to curve] change key to O
  • Loading branch information
olivierdalang authored and nyalldawson committed Jun 18, 2021
1 parent af96675 commit 8736f72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/vertextool/qgsvertextool.cpp
Expand Up @@ -1376,7 +1376,7 @@ void QgsVertexTool::keyPressEvent( QKeyEvent *e )
}
break;
}
case Qt::Key_C:
case Qt::Key_O:
{
if ( mDraggingVertex || ( !mDraggingEdge && !mSelectedVertices.isEmpty() ) )
{
Expand Down

0 comments on commit 8736f72

Please sign in to comment.