mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 00:00:47 +00:00
Fixed: #2348 Export FLA CS4 or below with more than 255 instances
Switching ribbon/nonribbon fix.
This commit is contained in:
@@ -98,6 +98,13 @@ public class PinsPanel extends JPanel {
|
||||
if (lastSelectedButton != null) {
|
||||
lastSelectedButton.setSelected(false);
|
||||
}
|
||||
|
||||
if (item == null) {
|
||||
current = null;
|
||||
rebuild();
|
||||
return;
|
||||
}
|
||||
|
||||
TreeItem itemNoTs = item;
|
||||
if (item instanceof TagScript) {
|
||||
itemNoTs = ((TagScript) item).getTag();
|
||||
|
||||
Reference in New Issue
Block a user