1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-16 11:33:03 +01:00

Reset window pointer when cleaning up after dropdown

This commit is contained in:
Michał Janiszewski
2020-07-26 10:09:56 +02:00
committed by GitHub
parent 96a75f8c2c
commit f1fa016400

View File

@@ -1261,6 +1261,7 @@ void input_state_widget_pressed(
dropdownCleanup = dropdown_index == -1
|| (dropdown_index < DROPDOWN_ITEMS_MAX_SIZE && dropdown_is_disabled(dropdown_index))
|| gDropdownItemsFormat[dropdown_index] == DROPDOWN_SEPARATOR;
w = nullptr; // To be closed right next
}
else
{