mirror of
https://github.com/ocornut/imgui.git
synced 2026-03-31 05:15:54 -05:00
Altered ItemAdd() clipping rule to keep previous-frame ActiveId unclipped to support that late commit.
Also, MarkItemEdited() may in theory need to do:
if (g.ActiveIdPreviousFrame == id)
g.ActiveIdPreviousFrameHasBeenEditedBefore = true;
But this should already be set so not adding now.
414 KiB
414 KiB