From d8f0c4d8180625bdf0024c2df469a4eb752dbb00 Mon Sep 17 00:00:00 2001 From: nathan Date: Wed, 8 Feb 2017 13:49:16 +0100 Subject: [PATCH] Fixed issue with Custom L&F for swing always getting set. --- Dorkbox-Util/src/dorkbox/util/SwingUtil.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dorkbox-Util/src/dorkbox/util/SwingUtil.java b/Dorkbox-Util/src/dorkbox/util/SwingUtil.java index 831a5dc..a2e3c93 100644 --- a/Dorkbox-Util/src/dorkbox/util/SwingUtil.java +++ b/Dorkbox-Util/src/dorkbox/util/SwingUtil.java @@ -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 { /*