Fixed issue with Custom L&F for swing always getting set.

This commit is contained in:
nathan 2017-02-08 13:49:16 +01:00
parent b01ba51ade
commit d8f0c4d818

View File

@ -59,7 +59,7 @@ class SwingUtil {
/** Sets the entire L&F to the Nimbus L&F. Set this to a different one (or null to disable) */
@Property
public static String CUSTOM_LOOK_AND_FEEL = "Nimbus";
public static String CUSTOM_LOOK_AND_FEEL = null;
static {
/*