You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using a Selectable() in a table row with the ImGuiSelectableFlags_SpanAllColumns flag in a table with ImGuiTableFlags_ScrollFreezeTopRow | ImGuiTableFlags_Scroll | ImGuiTableFlags_ScrollFreezeLeftColumn flags, I would expect the selection to extent past the last column so the whole row would be selected/highlighted. I would also expect that column highlight to header to align with the cell.
Version/Branch of Dear ImGui:
Version: 1.78 WIP
Branch: table
Back-end/Renderer/Compiler/OS
Back-ends: imgui_impl_sdl.cpp + imgui_impl_opengl2.cpp
Compiler: GCC 9.1 / Clang 10
Operating System: Mac/Linux
My Issue/Question:
When using a Selectable() in a table row with the ImGuiSelectableFlags_SpanAllColumns flag in a table with ImGuiTableFlags_ScrollFreezeTopRow | ImGuiTableFlags_Scroll | ImGuiTableFlags_ScrollFreezeLeftColumn flags, I would expect the selection to extent past the last column so the whole row would be selected/highlighted. I would also expect that column highlight to header to align with the cell.
Screenshots/Video
The text was updated successfully, but these errors were encountered: