bryanedds / Nu

Repository hosting the open-source Nu Game Engine and related projects.
MIT License
1.05k stars 151 forks source link

ImGui combo boxes lose selection state when they drop down. #781

Closed bryanedds closed 1 month ago

bryanedds commented 2 months ago

An annoying thing to have to deal with every time you want to make another selection.

I believe this is a purely ImGui bug that perhaps updating could fix.

bryanedds commented 2 months ago

ASAP for trying to find a workaround here. Also would be great to make drop down list taller in our use cases.