mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-25 10:15:46 +00:00
allow reload ffdec when no swf is opened
This commit is contained in:
@@ -112,12 +112,6 @@ public final class MainFrameClassic extends AppFrame implements MainFrame {
|
||||
View.centerScreen(this);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void setVisible(boolean b) {
|
||||
super.setVisible(b);
|
||||
panel.setVisible(b);
|
||||
}
|
||||
|
||||
@Override
|
||||
public MainPanel getPanel() {
|
||||
return panel;
|
||||
|
||||
Reference in New Issue
Block a user