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
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.
The text was updated successfully, but these errors were encountered:
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.
![image](https://private-user-images.githubusercontent.com/45299117/284575626-7f15c990-7b54-4b41-823a-ae1e598d4984.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2NzU1OTIsIm5iZiI6MTczOTY3NTI5MiwicGF0aCI6Ii80NTI5OTExNy8yODQ1NzU2MjYtN2YxNWM5OTAtN2I1NC00YjQxLTgyM2EtYWUxZTU5OGQ0OTg0LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTYlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE2VDAzMDgxMlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWVlNTRlNTc1NWViNWJiMTcwMmVmMzcwOTdlNjU3MDJhMDQ2NWUxOWIzZmRjZDAxYWUwNDk4NDRiYTQ2ZTc2YzcmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.KPqaBTfHDWUFeHEVswI45KjjfWOOTqmYvUjs_6DWKak)
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.
The text was updated successfully, but these errors were encountered: