Skip to content

Commit

Permalink
Project is dirty after adding annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Sep 8, 2021
1 parent 218d6e7 commit 7a971bb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/qgisapp.cpp
Expand Up @@ -820,6 +820,8 @@ void QgisApp::annotationItemTypeAdded( int id )
mMapStylingDock->setUserVisible( true );
mMapStyleWidget->focusDefaultWidget();

QgsProject::instance()->setDirty( true );

// TODO -- possibly automatically deactive the tool now?
} );
} );
Expand Down

0 comments on commit 7a971bb

Please sign in to comment.