Issue #427: setLookAndFeel moved to initGui

This commit is contained in:
Honfika
2013-11-24 11:13:36 +01:00
parent 01bccf5e16
commit 3c01608173
@@ -528,6 +528,7 @@ public class Main {
private static boolean errorState = false;
private static void initGui() {
View.setLookAndFeel();
View.execInEventDispatch(new Runnable() {
@Override
public void run() {
@@ -794,8 +795,6 @@ public class Main {
initLang();
View.setLookAndFeel();
if (Configuration.cacheOnDisk.get()) {
Cache.setStorageType(Cache.STORAGE_FILES);
} else {