mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-02 11:54:36 +00:00
#1601 Option to hide AS3 docs panel and traitslist/constants panel
This commit is contained in:
@@ -3587,7 +3587,11 @@ public final class MainPanel extends JPanel implements TreeSelectionListener, Se
|
||||
abcPanel.decompiledTextArea.setNoTrait();
|
||||
}
|
||||
|
||||
showDetail(DETAILCARDAS3NAVIGATOR);
|
||||
if (Configuration.displayAs3TraitsListAndConstantsPanel.get()) {
|
||||
showDetail(DETAILCARDAS3NAVIGATOR);
|
||||
} else {
|
||||
showDetail(DETAILCARDEMPTYPANEL);
|
||||
}
|
||||
showCard(CARDACTIONSCRIPT3PANEL);
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user