Skip to content

Commit

Permalink
fix #5759
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Jun 7, 2012
1 parent 209aaa9 commit 3066e1b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/gui/qgsprojectionselector.cpp
Expand Up @@ -252,6 +252,9 @@ void QgsProjectionSelector::applySelection( int column, QString value )
// invoked deferred selection
column = mSearchColumn;
value = mSearchValue;

mSearchColumn = NONE;
mSearchValue.clear();
}

if ( column == NONE )
Expand Down

0 comments on commit 3066e1b

Please sign in to comment.