Skip to content

Commit 2034d59

Browse files
committedAug 4, 2011
Bugfix #4113 and #2805 thanks to Jan Schreiber
1 parent 2d35b16 commit 2034d59

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎src/gui/qgsprojectionselector.cpp

Lines changed: 2 additions & 0 deletions
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)
Please sign in to comment.