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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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
{