From 06294ae9eb0bcbb61dbd76c3c14e0401cd9a52ef Mon Sep 17 00:00:00 2001 From: Vadim Lopatin Date: Fri, 27 Mar 2015 14:22:36 +0300 Subject: [PATCH] fix dark theme --- src/dlangide/ui/frame.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dlangide/ui/frame.d b/src/dlangide/ui/frame.d index d2a9d8f..61d405e 100644 --- a/src/dlangide/ui/frame.d +++ b/src/dlangide/ui/frame.d @@ -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