[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
|
||||
: ab.getAppearance();
|
||||
ab.setAppearance(defaultAppearance);
|
||||
c.setAppearance(null);
|
||||
} else {
|
||||
ab.setAppearance(previousUserSelectedAppearance);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user