mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-27 00:00:59 +00:00
Double click timelined in Library shows its timeline.
Properly dispose ImagePanels
This commit is contained in:
@@ -19,6 +19,7 @@ package com.jpexs.decompiler.flash.easygui;
|
||||
import com.jpexs.decompiler.flash.SWF;
|
||||
import com.jpexs.decompiler.flash.gui.View;
|
||||
import java.awt.BorderLayout;
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
import javax.swing.JPanel;
|
||||
|
||||
@@ -57,4 +58,9 @@ public class EasyPanel extends JPanel {
|
||||
public SWF getSwf() {
|
||||
return tabSwitcher.getSelectedValue();
|
||||
}
|
||||
|
||||
public void dispose() {
|
||||
setSwfs(new ArrayList<>());
|
||||
easySwfPanel.dispose();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user