Keep search focus when changing map list tabs

This commit is contained in:
GriffinR
2025-02-07 13:43:10 -05:00
parent 184f04202f
commit ac6750de44
4 changed files with 16 additions and 3 deletions

View File

@@ -37,6 +37,8 @@ public:
void setFilterLocked(bool locked) { m_filterLocked = locked; }
bool isFilterLocked() const { return m_filterLocked; }
void setSearchFocus();
signals:
void filterCleared(MapTree*);
void addFolderClicked();