Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Bugfix #4113 and #2805 thanks to Jan Schreiber
  • Loading branch information
mach0 committed Aug 4, 2011
1 parent 2d35b16 commit 2034d59
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/gui/qgsprojectionselector.cpp
Expand Up @@ -168,6 +168,8 @@ void QgsProjectionSelector::showEvent( QShowEvent * theEvent )
applySelection();
}

lstRecent->clear();

for ( int i = mRecentProjections.size() - 1; i >= 0; i-- )
insertRecent( mRecentProjections.at( i ).toLong() );

Expand Down

0 comments on commit 2034d59

Please sign in to comment.