aboutsummaryrefslogtreecommitdiff
path: root/gui/options.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gui/options.cpp')
-rw-r--r--gui/options.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/gui/options.cpp b/gui/options.cpp
index 3d03722284..ee04fb31a5 100644
--- a/gui/options.cpp
+++ b/gui/options.cpp
@@ -606,8 +606,8 @@ int OptionsDialog::getSubtitleMode(bool subtitles, bool speech_mute) {
return 2;
}
-void OptionsDialog::handleScreenChanged() {
- Dialog::handleScreenChanged();
+void OptionsDialog::reflowLayout() {
+ Dialog::reflowLayout();
int labelWidth = g_gui.evaluator()->getVar("tabPopupsLabelW");