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-24 00:12:30 +02:00
parent 845ae931e8
commit 65b2f25b50
5 changed files with 11 additions and 2 deletions

View File

@@ -464,6 +464,7 @@ public final class MainPanel extends JPanel implements TreeSelectionListener, Se
}
public void clearPins() {
pinsPanel.setCurrent(null);
pinsPanel.clear();
}