diff options
Diffstat (limited to 'gui/newgui.cpp')
-rw-r--r-- | gui/newgui.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gui/newgui.cpp b/gui/newgui.cpp index d54d85be53..a863f6e3c2 100644 --- a/gui/newgui.cpp +++ b/gui/newgui.cpp @@ -334,5 +334,8 @@ WidgetSize NewGui::getWidgetSize() { return (WidgetSize)(_theme->_evaluator->getVar("widgetSize")); } +void NewGui::handleScreenChange() { + _theme->refresh(); +} } // End of namespace GUI |