diff --git a/src/dlangui/widgets/statusline.d b/src/dlangui/widgets/statusline.d index da4097da..58f70b69 100644 --- a/src/dlangui/widgets/statusline.d +++ b/src/dlangui/widgets/statusline.d @@ -128,6 +128,7 @@ class StatusLineEditorStatePanel : StatusLineTextPanel { /// handle theme change: e.g. reload some themed resources override void onThemeChanged() { + super.onThemeChanged(); updateSize(); } diff --git a/views/DLANGUI_VERSION b/views/DLANGUI_VERSION index 8c77b1df..306a6485 100644 --- a/views/DLANGUI_VERSION +++ b/views/DLANGUI_VERSION @@ -1 +1 @@ -v0.9.149 \ No newline at end of file +v0.9.150 \ No newline at end of file