-
Notifications
You must be signed in to change notification settings - Fork 262
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
The length of ImGui::Separator() not correct #25
Comments
Oh shoot, I'm not sure I have a good solution for this right now 😰 When I will have to create a list of known issues or something, and add this there until I can figure out what to do about this. EDIT: in general, this is related to the problem of layout using EDIT2: it also looks like |
Added a mention of this in the README for now, thanks for reporting this! |
Thanks, I use a small button to meet the same goal. |
This can be solved by similar approach like #167 (comment) But for Separator() we overwrite
I tested and can confirm it works but somehow Separator's line became slightly longer than node width like 10%. |
The issue showed as below:
The length of the line should the same length as the window.
The text was updated successfully, but these errors were encountered: