mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Fix for ticket #29
git-svn-id: http://svn.osgeo.org/qgis/trunk@5256 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
15433c5a6d
commit
471d17bcd0
@ -148,6 +148,7 @@ void QgsProjectionSelector::setSelectedSRSName(QString theSRSName)
|
||||
{
|
||||
mSRSNameSelection = theSRSName;
|
||||
mSRSNameSelectionPending = TRUE;
|
||||
applySRSNameSelection();
|
||||
}
|
||||
|
||||
|
||||
@ -155,6 +156,7 @@ void QgsProjectionSelector::setSelectedSRSID(long theSRSID)
|
||||
{
|
||||
mSRSIDSelection = theSRSID;
|
||||
mSRSIDSelectionPending = TRUE;
|
||||
applySRSIDSelection();
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user