SIGN IN SIGN UP
ocornut / imgui UNCLAIMED

Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies

0 0 86 C++

BeginMenu()/MenuItem(): fixed accidental triggering of child menu items when opening a menu inside a small host window forcing the child menu window to be repositioned under the mouse cursor. (#8233, #9394)

nb: ImGuiSelectableFlags_NoHoldingActiveID is not used anymore. Would remove remove once we remove the unnecessary call to Selectable() from MenuItem().
O
ocornut committed
bca5a699282a4558820bbf611a7efb973a1b2a2c
Parent: eb453f2