Fix theme set

This commit is contained in:
luboslenco
2019-10-18 11:53:49 +02:00
parent 50747da05e
commit c3e68c38bc
+2 -1
View File
@@ -40,7 +40,8 @@ class BoxPreferences {
});
}
ui.t = App.theme;
// UINodes.inst.applyTheme();
UITrait.inst.ui.t = App.theme;
// UINodes.inst.ui.t = App.theme;
UITrait.inst.headerHandle.redraws = 2;
UITrait.inst.toolbarHandle.redraws = 2;
UITrait.inst.statusHandle.redraws = 2;