mirror of https://github.com/buggins/dlangui.git
fix crash on theme change #460
This commit is contained in:
parent
a11b1ef8fb
commit
d41e8fc55b
|
@ -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();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
v0.9.149
|
v0.9.150
|
Loading…
Reference in New Issue