-
Notifications
You must be signed in to change notification settings - Fork 1.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
Custom frames for windows not applied correctly #4002
Labels
bug
Something is broken
Comments
Was this solved by #3995 ? |
Sadly no, I was testing it on the most recent master which already includes fix from #3995. |
varphone
added a commit
to varphone/egui
that referenced
this issue
Feb 8, 2024
varphone
added a commit
to varphone/egui
that referenced
this issue
Feb 8, 2024
varphone
added a commit
to varphone/egui
that referenced
this issue
Feb 11, 2024
emilk
pushed a commit
that referenced
this issue
Feb 11, 2024
emilk
pushed a commit
that referenced
this issue
Feb 11, 2024
hacknus
pushed a commit
to hacknus/egui
that referenced
this issue
Oct 30, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Since version 0.25 there is a visual bug when we set a custom window frame. In 0.24 the code below was making the window all green (as expected) with little margin.
In 0.25 and 0.26 the same code makes it only partially green with title bar area still with its original color, which is also not properly adjusted to the title.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Just as in 0.24 and earlier, the whole window area should be colored green with no exception for title bar.
The text was updated successfully, but these errors were encountered: