We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 15433c5 commit 471d17bCopy full SHA for 471d17b
src/widgets/projectionselector/qgsprojectionselector.cpp
@@ -148,13 +148,15 @@ void QgsProjectionSelector::setSelectedSRSName(QString theSRSName)
148
{
149
mSRSNameSelection = theSRSName;
150
mSRSNameSelectionPending = TRUE;
151
+ applySRSNameSelection();
152
}
153
154
155
void QgsProjectionSelector::setSelectedSRSID(long theSRSID)
156
157
mSRSIDSelection = theSRSID;
158
mSRSIDSelectionPending = TRUE;
159
+ applySRSIDSelection();
160
161
162
0 commit comments