Skip to content

Commit 720cfce

Browse files
committed
fix #5660
1 parent 2757069 commit 720cfce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gui/qgsprojectionselector.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -758,7 +758,7 @@ void QgsProjectionSelector::on_lstRecent_currentItemChanged( QTreeWidgetItem *cu
758758

759759
if ( mSkipFirstRecent )
760760
{
761-
mSkipFirstRecent = true;
761+
mSkipFirstRecent = false;
762762
return;
763763
}
764764

0 commit comments

Comments
 (0)