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
The first column of some tables aren't resizable. Perhaps I'm misunderstanding a feature (rather than this being a bug). Most of the tables in the example/demo have all columns resizable except the table in the Advanced tree.
This happens in example_glfw_opengl3.
I really think this is me misunderstanding how resizing works, but I am certain the "NoResize" flag is not set on the column and that Resizable is set on my tables.
Screenshots/Video
The text was updated successfully, but these errors were encountered:
Hello,
It appears to be a recent bug, where the combination of a table fix (f799a29 + d6ea56d) and minor change to child windows 47579f8 revealed a ID collision. It happens on the first column of any table that has ScrollX or ScrollY enabled.
Version/Branch of Dear ImGui:
Version: 1.89.6
Branch: docking
Back-end/Renderer/Compiler/OS
Back-ends: imgui_impl_glfw.cpp + imgui_impl_opengl3.cpp
Compiler: MSVC 2022
Operating System: Windows 11
My Issue/Question:
The first column of some tables aren't resizable. Perhaps I'm misunderstanding a feature (rather than this being a bug). Most of the tables in the example/demo have all columns resizable except the table in the Advanced tree.
This happens in example_glfw_opengl3.
I really think this is me misunderstanding how resizing works, but I am certain the "NoResize" flag is not set on the column and that Resizable is set on my tables.
Screenshots/Video
The text was updated successfully, but these errors were encountered: