mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-10 09:32:29 +01:00
Fix new ride window not invalidating on group ride change
This commit is contained in:
@@ -369,7 +369,8 @@ namespace OpenRCT2::Ui::Windows
|
||||
case WIDX_GROUP_BY_TRACK_TYPE:
|
||||
Config::Get().interface.ListRideVehiclesSeparately = !Config::Get().interface.ListRideVehiclesSeparately;
|
||||
Config::Save();
|
||||
SetPage(_currentTab);
|
||||
PopulateRideList();
|
||||
Invalidate();
|
||||
break;
|
||||
case WIDX_FILTER_TEXT_BOX:
|
||||
WindowStartTextbox(*this, widgetIndex, _filter, kTextInputSize);
|
||||
|
||||
Reference in New Issue
Block a user