Skip to content

Commit

Permalink
The current CRS not highlighted in the projection selector when calle…
Browse files Browse the repository at this point in the history
…d from the layer context menu

git-svn-id: http://svn.osgeo.org/qgis/trunk@15732 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
borysiasty committed Apr 16, 2011
1 parent 55588f6 commit 44a55a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/qgisapp.cpp
Expand Up @@ -4558,6 +4558,7 @@ void QgisApp::setLayerCRS()
}

QgsGenericProjectionSelector * mySelector = new QgsGenericProjectionSelector( this );
mySelector->setSelectedCrsId( mMapLegend->currentLayer()->crs().srsid() );
mySelector->setMessage();
if ( mySelector->exec() )
{
Expand Down

0 comments on commit 44a55a2

Please sign in to comment.