Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vcloarec committed Apr 26, 2023
1 parent 9b5213e commit 97f41ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/mesh/qgsmaptooleditmeshframe.cpp
Expand Up @@ -1248,7 +1248,7 @@ void QgsMapToolEditMeshFrame::keyPressEvent( QKeyEvent *e )
}
break;
case MovingSelection:
if ( e->key() == Qt:: Key_Escape )
if ( e->key() == Qt::Key_Escape )
{
mCurrentState = Digitizing;
mMovingEdgesRubberband->reset( Qgis::GeometryType::Line );
Expand Down

0 comments on commit 97f41ce

Please sign in to comment.