Hello! I have a table where a column is a check that tints into red or green. So I just found myself in a situation where the cell background color is drawn above the fixed header when I scroll.
So far my code simply creates the table, defines the columns then fill the cells with a particular color:
On the rest of the code I have some styling elements like changing the padding, etc.. that I decided not to copy so I keep this post from being too large. Header color alpha thought is 100% so I don't think that's the problem.
Version/Branch of Dear ImGui:
Version: 1.89.7 Branch: docking
Back-end/Renderer/Compiler/OS
Back-ends: imgui_impl_glfw.h + imgui_impl_opengl3.h Compiler: GNUC Operating System: Debian 10
My Issue/Question:
Hello! I have a table where a column is a check that tints into red or green. So I just found myself in a situation where the cell background color is drawn above the fixed header when I scroll.
So far my code simply creates the table, defines the columns then fill the cells with a particular color:
RenderItem():
On the rest of the code I have some styling elements like changing the padding, etc.. that I decided not to copy so I keep this post from being too large. Header color alpha thought is 100% so I don't think that's the problem.