Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix #5660
  • Loading branch information
jef-n committed May 29, 2012
1 parent 2757069 commit 720cfce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/qgsprojectionselector.cpp
Expand Up @@ -758,7 +758,7 @@ void QgsProjectionSelector::on_lstRecent_currentItemChanged( QTreeWidgetItem *cu

if ( mSkipFirstRecent )
{
mSkipFirstRecent = true;
mSkipFirstRecent = false;
return;
}

Expand Down

0 comments on commit 720cfce

Please sign in to comment.