(svn r21010) -Fix [FS#4102]: the detailed performance rating window would occasionally be too narrow. Based on a patch by Krille
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user