-
-
Notifications
You must be signed in to change notification settings - Fork 10.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ImGuiChildFlags_ResizeX/ImGuiChildFlags_ResizeY dont render a "grab border", if the window is rendered with ImGuiWindowFlags_NoBackground #7194
Comments
For normal windows I am not sure what Why not using |
You are right it makes a difference, I think we can work toward this change. |
I have a pushed a fix for this a1b0682 Contrary to your code I am using regular border size (pulled via style.ChildBorderSize) and The distinction between Borders and Separators is tricky/ambiguous, as evidently using child resize flags is a convenient way to replace a separator. |
Thank you very much! |
Hi!
I render my child windows with ImGuiWindowFlags_NoBackground, and for this reason, I don't see the resizing borders.
I have modified the static void ImGui::RenderWindowOuterBorders(ImGuiWindow* window) function like this:
Is there a better solution to fix the issue without modifying ImGui directly? I don't want to "port" my fix with each new release.
Thank you for the awesome library!
The text was updated successfully, but these errors were encountered: