fix crash on theme change #460

This commit is contained in:
Vadim Lopatin 2017-09-27 09:53:01 +03:00
parent a11b1ef8fb
commit d41e8fc55b
2 changed files with 2 additions and 1 deletions

View File

@ -128,6 +128,7 @@ class StatusLineEditorStatePanel : StatusLineTextPanel {
/// handle theme change: e.g. reload some themed resources /// handle theme change: e.g. reload some themed resources
override void onThemeChanged() { override void onThemeChanged() {
super.onThemeChanged();
updateSize(); updateSize();
} }

View File

@ -1 +1 @@
v0.9.149 v0.9.150