Added Quick search (Ctrl+F) for tag list view

This commit is contained in:
Jindra Petřík
2022-12-03 11:14:15 +01:00
parent 0e6ee840a2
commit 2f91b00c04
5 changed files with 178 additions and 72 deletions

View File

@@ -1447,7 +1447,7 @@ public class ABCPanel extends JPanel implements ItemListener, SearchListener<Scr
AbstractTagTreeModel ttm = mainPanel.getCurrentTree().getFullModel();
TreePath tp = ttm.getTreePath(pack);
if (tp == null) {
mainPanel.closeTagTreeSearch();
mainPanel.hideQuickTreeFind();
tp = ttm.getTreePath(pack);
}