-
-
Notifications
You must be signed in to change notification settings - Fork 10.6k
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
Incorrect text clipping #512
Comments
Yeah, I have the same issue with ImGuiListClipper and InputText, but vertically. |
I think your issue is completely different here. Nem0 is referring to the input box contents not being clipped within the frame properly, because i'm miscalculating the aabb for cpu-side clipping of the vertices. |
ok, sorry |
Fixed. I think the issue started appearing along with my cleanups of last week, e.g. |
With
ImGui::PushItemWidth andFramePadding > 0, text is not correctly clipped in ImGui::InputTextIt seems to be caused by this:
With FramePadding == 0, everything looks ok
The text was updated successfully, but these errors were encountered: