Skip to content

Commit

Permalink
Update src/app/qgisapp.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Feb 1, 2022
1 parent b7fe741 commit aede9be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgisapp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2803,7 +2803,7 @@ void QgisApp::createActions()
connect( mActionZoomNext, &QAction::triggered, this, &QgisApp::zoomToNext );
connect( mActionZoomActualSize, &QAction::triggered, this, &QgisApp::zoomActualSize );
connect( mActionMapTips, &QAction::toggled, this, &QgisApp::toggleMapTips );
connect( mActionNewBookmark, &QAction::triggered, this, [ = ] { newBookmark( true, QString( "" ) ); } );
connect( mActionNewBookmark, &QAction::triggered, this, [ = ] { newBookmark( true ); } );
connect( mActionDraw, &QAction::triggered, this, [this] { refreshMapCanvas( true ); } );
connect( mActionTextAnnotation, &QAction::triggered, this, &QgisApp::addTextAnnotation );
connect( mActionFormAnnotation, &QAction::triggered, this, &QgisApp::addFormAnnotation );
Expand Down

0 comments on commit aede9be

Please sign in to comment.