mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-29 22:25:39 +00:00
Added Quick search (Ctrl+F) for tag list view
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user