mirror of
https://github.com/ocornut/imgui.git
synced 2026-03-30 05:05:17 -05:00
Due to missing ->Active check the dimming could render behind a window which was not submitted during the frame, appending to left-over ImDrawList data and in some situations tripping on the assert in RenderDimmedBackgroundBehindWindow(). The assumption that the PushClipRect won't match previous command is arguably a bit fragile, but this is what the assert is for.
1.2 MiB
1.2 MiB