Description
I just ran into a possible bug - ImGui::Combo inside a menu (similar to the Options menu in ShowExampleMenuFile() function) doesn't quite work, it closes the entire menu when you try to use it.
My use case for this is rather experimental for now, trying to move some things directly into the menus, as seen on this screenshot:
(This seems to be an interesting way to make windows that are usually modal feel subjectively a little bit more "natural" while also reducing necessary mouse travel, though it has some different usability issues)
I'm not completely sure whether this is a bug or just a necessary limitation, or whether I'm perhaps doing something wrong? I apologize if this has been discussed before and I missed it. (I'm currently using the antialiased branch, not sure whether that's relevant)
Activity