summaryrefslogtreecommitdiff
path: root/src/settings_gui.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2010-10-22 16:33:07 +0000
committerrubidium <rubidium@openttd.org>2010-10-22 16:33:07 +0000
commitcab122efef1c0c9a13bbe978a49e3b98626498f0 (patch)
tree5d7bcd98f8910ac441a629fe6ddd0d95d6786b7d /src/settings_gui.cpp
parent9f256e8785066c14206b7a988803f929228a71ff (diff)
downloadopenttd-cab122efef1c0c9a13bbe978a49e3b98626498f0.tar.xz
(svn r21010) -Fix [FS#4102]: the detailed performance rating window would occasionally be too narrow. Based on a patch by Krille
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 b0bd09706..4ab938f80 100644
--- a/src/settings_gui.cpp
+++ b/src/settings_gui.cpp
@@ -383,7 +383,7 @@ struct GameOptionsWindow : Window {
case GOW_CURRENCY_DROPDOWN: // Currency
if (index == CUSTOM_CURRENCY_ID) ShowCustCurrency();
this->opt->locale.currency = index;
- MarkWholeScreenDirty();
+ ReInitAllWindows();
break;
case GOW_DISTANCE_DROPDOWN: // Measuring units