aboutsummaryrefslogtreecommitdiff
path: root/gui/about.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gui/about.cpp')
-rw-r--r--gui/about.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/gui/about.cpp b/gui/about.cpp
index 55319bdc46..7236a40f0f 100644
--- a/gui/about.cpp
+++ b/gui/about.cpp
@@ -308,8 +308,8 @@ void AboutDialog::handleKeyUp(uint16 ascii, int keycode, int modifiers) {
close();
}
-void AboutDialog::handleScreenChanged() {
- Dialog::handleScreenChanged();
+void AboutDialog::reflowLayout() {
+ Dialog::reflowLayout();
const int screenW = g_system->getOverlayWidth();
const int screenH = g_system->getOverlayHeight();