mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-15 11:02:33 +00:00
ABCExplorer - hide combobox for ABC openables without SWF
This commit is contained in:
@@ -1679,16 +1679,11 @@ public abstract class MainFrameMenu implements MenuBuilder {
|
||||
|
||||
protected void abcExplorerActionPerformed(ActionEvent evt) {
|
||||
|
||||
SWF swf;
|
||||
if (openable instanceof SWF) {
|
||||
swf = (SWF) openable;
|
||||
} else if (openable instanceof ABC) {
|
||||
swf = ((ABC)openable).getSwf();
|
||||
} else {
|
||||
if (openable == null) {
|
||||
return;
|
||||
}
|
||||
|
||||
mainFrame.getPanel().showAbcExplorer(swf, null);
|
||||
mainFrame.getPanel().showAbcExplorer(openable, null);
|
||||
}
|
||||
|
||||
public boolean stackActionPerformed(ActionEvent evt) {
|
||||
|
||||
Reference in New Issue
Block a user