Skip to content

Commit 26d280c

Browse files
committed
BUGFIX Backport of #4113 and #2805
1 parent 482f36d commit 26d280c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/gui/qgsprojectionselector.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,8 @@ void QgsProjectionSelector::showEvent( QShowEvent * theEvent )
168168
applySelection();
169169
}
170170

171+
lstRecent->clear();
172+
171173
for ( int i = mRecentProjections.size() - 1; i >= 0; i-- )
172174
insertRecent( mRecentProjections.at( i ).toLong() );
173175

0 commit comments

Comments
 (0)