summaryrefslogtreecommitdiff
path: root/src/settings_gui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/settings_gui.cpp')
-rw-r--r--src/settings_gui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/settings_gui.cpp b/src/settings_gui.cpp
index fd352c3e3..283fa36e3 100644
--- a/src/settings_gui.cpp
+++ b/src/settings_gui.cpp
@@ -1623,7 +1623,7 @@ struct GameSettingsWindow : Window {
}
}
- virtual void OnResize(Point delta)
+ virtual void OnResize()
{
this->vscroll.SetCapacity((this->widget[SETTINGSEL_OPTIONSPANEL].bottom - this->widget[SETTINGSEL_OPTIONSPANEL].top - 8) / SETTING_HEIGHT);
}