mirror of https://github.com/buggins/dlangide.git
fix dark theme
This commit is contained in:
parent
e9a668407c
commit
06294ae9eb
|
@ -101,6 +101,7 @@ class IDEFrame : AppFrame {
|
|||
window.onFilesDropped = &onFilesDropped;
|
||||
window.onCanClose = &onCanClose;
|
||||
window.onClose = &onWindowClose;
|
||||
applySettings(_settings);
|
||||
}
|
||||
|
||||
override protected void init() {
|
||||
|
@ -112,7 +113,6 @@ class IDEFrame : AppFrame {
|
|||
_settings.updateDefaults();
|
||||
_settings.save();
|
||||
super.init();
|
||||
applySettings(_settings);
|
||||
}
|
||||
|
||||
/// move focus to editor in currently selected tab
|
||||
|
|
Loading…
Reference in New Issue