mirror of
https://github.com/igniterealtime/Spark.git
synced 2025-12-01 12:27:58 +00:00
fixed another bug with default look&feel
git-svn-id: http://svn.igniterealtime.org/svn/repos/spark/trunk@12192 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
committed by
wolf.posdorfer
parent
955207904f
commit
b1d7aae6cd
@ -213,7 +213,7 @@ public final class Spark {
|
||||
private void loadLookAndFeel() {
|
||||
final LocalPreferences preferences = SettingsManager.getLocalPreferences();
|
||||
final String laf;
|
||||
if (preferences.getLookAndFeel().length() > 0 && !Default.getBoolean("LOOK_AND_FEEL_DISABLED")) {
|
||||
if (!Default.getBoolean("LOOK_AND_FEEL_DISABLED")) {
|
||||
laf = preferences.getLookAndFeel();
|
||||
} else if (Default.getString(Default.DEFAULT_LOOK_AND_FEEL).length() > 0) {
|
||||
laf = Default.getString(Default.DEFAULT_LOOK_AND_FEEL);
|
||||
|
||||
Reference in New Issue
Block a user