Fix for ticket #29

git-svn-id: http://svn.osgeo.org/qgis/trunk@5256 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
g_j_m 2006-04-11 09:52:52 +00:00
parent 15433c5a6d
commit 471d17bcd0

View File

@ -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();
}