Skip to content

Commit

Permalink
Fix #38071: Clear mTreeInitialExpand and search upon new connection
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and nyalldawson committed Sep 9, 2020
1 parent 016e187 commit ae00fa1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/providers/wms/qgswmssourceselect.cpp
Expand Up @@ -270,6 +270,9 @@ void QgsWMSSourceSelect::clear()
lstLayers->clear();
lstTilesets->clearContents();

mTreeInitialExpand.clear();
mLayersFilterLineEdit->clearValue();

mCRSs.clear();

const auto constButtons = mImageFormatGroup->buttons();
Expand Down

0 comments on commit ae00fa1

Please sign in to comment.