Issue #556 Goto main class on startup not working fix

This commit is contained in:
Jindra Petk
2014-04-04 06:51:59 +02:00
parent 9774fbd2a7
commit 8734eb3381
2 changed files with 10 additions and 2 deletions

View File

@@ -720,9 +720,9 @@ public final class MainPanel extends JPanel implements ActionListener, TreeSelec
showCard(CARDEMPTYPANEL);
updateUi(swf);
if (first && Configuration.gotoMainClassOnStartup.get()) {
/*if (first && Configuration.gotoMainClassOnStartup.get()) {
gotoDocumentClass(swf);
}
}*/
first = false;
}
}