Skip to content
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

Don't hover things under tooltips #4648

Closed
wants to merge 1 commit into from

Conversation

emilk
Copy link
Owner

@emilk emilk commented Jun 10, 2024

The removed code was added in #1240 to fix #1239 but a better fix for that was added in #4623

So: tooltips can now have interactive stuff in them, so when hovering a tooltip we should not hover things below them.

@emilk
Copy link
Owner Author

emilk commented Jun 10, 2024

Actually, this will break the current behavior of Window::interactable and Area::interactable. I'll do a better fix

@emilk emilk closed this Jun 10, 2024
emilk added a commit that referenced this pull request Jun 10, 2024
…so you can't hover things underneath them.

* Better version of #4648
hacknus pushed a commit to hacknus/egui that referenced this pull request Oct 30, 2024
…so you can't hover things underneath them.

* Better version of emilk#4648
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Tooltips flicker when they can't fit on the screen
1 participant