1
0
Fork 0
mirror of https://github.com/ocornut/imgui.git synced 2026-01-11 00:04:24 +00:00

Tables: a clipped scrolling table correctly clears SetNextWindowXXX flags. (#8196)

Amend 43c51eb12
This commit is contained in:
ocornut 2025-02-07 22:56:02 +01:00
parent e5668b8c73
commit e368015d79
2 changed files with 3 additions and 0 deletions

View file

@ -340,6 +340,7 @@ bool ImGui::BeginTableEx(const char* name, ImGuiID id, int columns_count, ImG
{
ItemSize(outer_rect);
ItemAdd(outer_rect, id);
g.NextWindowData.ClearFlags();
return false;
}