Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Clear mTreeInitialExpand and search upon new connection
  • Loading branch information
rduivenvoorde committed Sep 7, 2020
1 parent 27422fd commit edcc608
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 edcc608

Please sign in to comment.