Skip to content

Commit d4d0d1e

Browse files
author
borysiasty
committedApr 16, 2011
The current CRS not highlighted in the projection selector when called from the layer context menu
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15732 c8812cc2-4d05-0410-92ff-de0c093fc19c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/app/qgisapp.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4558,6 +4558,7 @@ void QgisApp::setLayerCRS()
45584558
}
45594559

45604560
QgsGenericProjectionSelector * mySelector = new QgsGenericProjectionSelector( this );
4561+
mySelector->setSelectedCrsId( mMapLegend->currentLayer()->crs().srsid() );
45614562
mySelector->setMessage();
45624563
if ( mySelector->exec() )
45634564
{

0 commit comments

Comments
 (0)
Please sign in to comment.