Skip to content

Commit 691fbfa

Browse files
author
g_j_m
committed
Fix for ticket #29
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5256 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 6cfa65a commit 691fbfa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/widgets/projectionselector/qgsprojectionselector.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -148,13 +148,15 @@ void QgsProjectionSelector::setSelectedSRSName(QString theSRSName)
148148
{
149149
mSRSNameSelection = theSRSName;
150150
mSRSNameSelectionPending = TRUE;
151+
applySRSNameSelection();
151152
}
152153

153154

154155
void QgsProjectionSelector::setSelectedSRSID(long theSRSID)
155156
{
156157
mSRSIDSelection = theSRSID;
157158
mSRSIDSelectionPending = TRUE;
159+
applySRSIDSelection();
158160
}
159161

160162

0 commit comments

Comments
 (0)