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
This works really well, except for the case where the OS layer window that holds the application is small, causing the horizontal scrollbar to be drawn. This produces the visual clash shown below:
The scrollbar is still interactible and functional, but obviously the visual effect is not nice.
I am looking for ideas on how to solve this problem. I was thinking that an API call that would return true if the scroll bar is hovered would solve my problem, but there might be another way to solve this already. Any suggestions are welcome.
The text was updated successfully, but these errors were encountered:
Version/Branch of Dear ImGui:
Version 1.91.5, Branch: docking
Back-ends:
imgui_impl_opengl3.cpp + imgui_impl_glfw.cpp
Compiler, OS:
Windows 11 + MSVC 2022
Full config/build information:
No response
Details:
My Issue/Question:
Hi, I've implemented the following to highlight a table's rows if it is currently being hovered:
This works really well, except for the case where the OS layer window that holds the application is small, causing the horizontal scrollbar to be drawn. This produces the visual clash shown below:
The scrollbar is still interactible and functional, but obviously the visual effect is not nice.
I am looking for ideas on how to solve this problem. I was thinking that an API call that would return true if the scroll bar is hovered would solve my problem, but there might be another way to solve this already. Any suggestions are welcome.
The text was updated successfully, but these errors were encountered: