mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-05 03:55:52 +00:00
player control states fixed (when pressing next/prev button), refresh them in event driven way
This commit is contained in:
@@ -2385,6 +2385,7 @@ public final class MainPanel extends JPanel implements ActionListener, TreeSelec
|
||||
if (flashPanel != null) {
|
||||
try {
|
||||
flashPanel.close();
|
||||
flashPanel.unload();
|
||||
} catch (IOException ex) {
|
||||
// ignore
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user