-
-
Notifications
You must be signed in to change notification settings - Fork 10.7k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
ImDrawList::ChannelsMerge no longer honor clip planes #2624
Labels
Comments
I found cef88f6 introduced this bug. |
Fixed now, apologies. |
Thank you! |
Thank you for staying up to date, your comments are precious! |
I have one more mundane. I think |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Affected Version: ImGui 1.71 (tag)
Branch: master
Compiler: any
Operating System: any
Pushing custom clip plane appears to break channel splitter. I'm pushing clip rectangle (0, 0, 300, 300) and drawing a filled rectangle in (0, 0, 100, 100).

This is the result:
But when I split channels and draw to non-zero channel rectangle is no longer drawn.

Issue is not present on 1.70.
Repro:
The text was updated successfully, but these errors were encountered: