imgui
imgui copied to clipboard
Automatically adjust height of a docking node
Version/Branch of Dear ImGui:
Version 1.90.5, Branch: docking
Back-ends:
ImGui_ImplGlfw ImGui_ImplOpenGL3
Compiler, OS:
macOS
Details:
hello everyone, I am in docking branch and I am developing an application but I don't quite understand how to proceed on one point.
The layout of my window is very simple:
at the bottom of the layout i am creating a sequencer. The content, so the height, of the sequencer changes over time.
I would like to figure out how to automatically adjust the height of the window so that everything is flush.