mirror of
https://github.com/ocornut/imgui.git
synced 2026-03-29 00:10:00 -05:00
First call to EndPopup() called NavRequestTryWrapWindow() which performed wrap-around operation while we were not done composing menu. This resulted in navigation wrapping around to first item. Since wrap-around operation is only valid in last call to EndPopup() and there is no way to know which call is last - this operation is delayed to the end of the frame.
504 KiB
504 KiB