1
0
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:
mix
2025-05-18 04:56:20 +01:00
parent 03d31d1a7c
commit 07635362de

View File

@@ -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);