[fixes #971] Fix default appearance unchecking
This commit is contained in:
parent
a3e5d949d0
commit
dcacc40d88
@ -315,6 +315,7 @@ public class AppearancePanel extends JPanel {
|
|||||||
previousUserSelectedAppearance = (ab == null) ? null
|
previousUserSelectedAppearance = (ab == null) ? null
|
||||||
: ab.getAppearance();
|
: ab.getAppearance();
|
||||||
ab.setAppearance(defaultAppearance);
|
ab.setAppearance(defaultAppearance);
|
||||||
|
c.setAppearance(null);
|
||||||
} else {
|
} else {
|
||||||
ab.setAppearance(previousUserSelectedAppearance);
|
ab.setAppearance(previousUserSelectedAppearance);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user