Skip to content

Commit

Permalink
Spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Sep 9, 2021
1 parent f98c183 commit b90b86b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/qgsmapcanvas.cpp
Expand Up @@ -1791,7 +1791,7 @@ void QgsMapCanvas::keyPressEvent( QKeyEvent *e )
{
// this is backwards, but we can't change now without breaking api because
// forever QgsMapTools have had to explicitly mark events as ignored in order to
// indicate that they've consumed the event and that the default behaviour should not
// indicate that they've consumed the event and that the default behavior should not
// be applied..!
e->accept();
if ( mMapTool )
Expand Down

0 comments on commit b90b86b

Please sign in to comment.