Skip to content

Commit

Permalink
Mark project as dirty when changing CRS of layers
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn committed Apr 2, 2018
1 parent 27527a5 commit d98af7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/qgisapp.cpp
Expand Up @@ -9524,6 +9524,7 @@ void QgisApp::setLayerCrs()
}
}

markDirty();
refreshMapCanvas();
}

Expand Down

1 comment on commit d98af7a

@nyalldawson
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@nirvn will you backport this?

Please sign in to comment.