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
I am using the Docking feature of ImGui, but the splitter can be dragged very small, down to only 32px. This is because WindowMinSize = ImVec2(32,32); (the default minimum window size is 32). How can I set the minimum size of the docking window without changing the WindowMinSize?
Screenshots/Video:
No response
Minimal, Complete and Verifiable Example code:
// Here's some code anyone can copy and paste to reproduce your issueImGui::Begin("Example Bug");
MoreCodeToExplainMyIssue();
ImGui::End();
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_SDL3.cpp + imgui_impl_SDL3Renderer.cpp
Compiler, OS:
Window11 + VS2019
Full config/build information:
No response
Details:
I am using the Docking feature of ImGui, but the splitter can be dragged very small, down to only 32px. This is because WindowMinSize = ImVec2(32,32); (the default minimum window size is 32). How can I set the minimum size of the docking window without changing the WindowMinSize?
Screenshots/Video:
No response
Minimal, Complete and Verifiable Example code:
The text was updated successfully, but these errors were encountered: