mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-05 01:55:50 +00:00
Removed AS3 constants list (tab on navigator) in favor of new ABC Explorer
This commit is contained in:
@@ -1426,7 +1426,7 @@ public final class MainPanel extends JPanel implements TreeSelectionListener, Se
|
||||
if (abcPanel == null) {
|
||||
abcPanel = new ABCPanel(this);
|
||||
displayPanel.add(abcPanel, CARDACTIONSCRIPT3PANEL);
|
||||
detailPanel.add(abcPanel.tabbedPane, DETAILCARDAS3NAVIGATOR);
|
||||
detailPanel.add(abcPanel.navigatorPanel, DETAILCARDAS3NAVIGATOR);
|
||||
}
|
||||
|
||||
return abcPanel;
|
||||
|
||||
Reference in New Issue
Block a user