SIGN IN SIGN UP
ocornut / imgui UNCLAIMED

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

0 0 88 C++

Multi-Select + Tables: fixed an issue which could lead to an extra vertical offset in the Header row. (#8250, #7994)

Because BeginMultiSelect() does `ms->ScopeRectMin = window->DC.CursorMaxPos = window->DC.CursorPos` at a time where CursorPos is already past MaxPos.y because of ItemSpacing.y. Accumulate spacing.
O
ocornut committed
ea1c04f7abc31f3089e5b163eef69d933e0a6209
Parent: cdb046a