Fixed: #2348 Export FLA CS4 or below with more than 255 instances

Switching ribbon/nonribbon fix.
This commit is contained in:
Jindra Petřík
2024-10-29 16:55:43 +01:00
parent 845ae931e8
commit 65b2f25b50
5 changed files with 11 additions and 2 deletions
@@ -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();