mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 14:10:46 +00:00
Fixed: Text search was not available as context menu option for AS3 scripts folder
This commit is contained in:
@@ -1068,6 +1068,9 @@ public class TagTreeContextMenu extends JPopupMenu {
|
||||
hasTexts = true;
|
||||
}
|
||||
}
|
||||
if (item instanceof ClassesListTreeModel) {
|
||||
hasScripts = true;
|
||||
}
|
||||
}
|
||||
|
||||
boolean allSelectedIsTag = true;
|
||||
|
||||
Reference in New Issue
Block a user