-
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
Response Sense Recognition Issue #4006
Conversation
I think, This causes a bug where several buttons cannot be hovered and cannot be clicked. |
Before we switch away from |
The moment you click, May be, egui/crates/egui/src/widgets/image.rs : it's a good result.
it's a good result. Or, Should it be this way?
Please refer to the contents so far. |
Closed by #4013 |
These broke in 0.26 * emilk#3989 * emilk#4006
Closes #3989
@emilk
Please review to see if there are any problems.
This Pull Request is Invalid
clip_rect
.(For example, when the image is enlarged.)
self.ctx.layer_painter(self.layer_id).clip_rect() => Invalid
self.ctx.used_rect() => Invalid
self.ctx.available_rect() => Invalid
self.ctx.screen_rect() => Invalid
self.rect => Invalid
Is there a way to include
ui.clip_rect
inResponse
?or
Is there a way to not include
ui.clip_rect
inResponse
?I think ui.clip_rect needs to be included in Response.
ui.clip_rect To Response.clip_rect