Skip to content

Commit 3066e1b

Browse files
committed
fix #5759
1 parent 209aaa9 commit 3066e1b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/gui/qgsprojectionselector.cpp

+3
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,9 @@ void QgsProjectionSelector::applySelection( int column, QString value )
252252
// invoked deferred selection
253253
column = mSearchColumn;
254254
value = mSearchValue;
255+
256+
mSearchColumn = NONE;
257+
mSearchValue.clear();
255258
}
256259

257260
if ( column == NONE )

0 commit comments

Comments
 (0)