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

Fix: Menu popups and tooltips don't respect layer transforms #4708

Merged
merged 2 commits into from
Jun 26, 2024

Conversation

Creative0708
Copy link
Contributor

The menu buttons, combo box menus, and tooltips don't take layer transforms into account when placing their popups, resulting in popups being placed in the wrong location.

This PR makes the popups take layer transforms into account, transforming the positions before displaying them on screen. I implemented this fix for menu buttons, combo boxes, and tooltips; let me know if there's anything I missed.
Scaling of the popups is purposefully ignored for now. Personally, I think popup scaling isn't necessary but if it is required I can implement it (also it would require doing more invasive things to the code and I want to keep this as simple as possible.)

Before the fix: (with a modified version of the "Pan Zoom" web demo)

2024-06-25.19-01-30.mp4

After:

2024-06-25.19-43-06.mp4

The frame delay seems to be unavoidable unless we can move the popups after the layer transform is set (or apply the transforms to the popup during painting). I think this would be better implemented once the menu/popup/tooltip unification is done (#4669).

@emilk emilk added egui bug Something is broken labels Jun 26, 2024
@emilk emilk merged commit d30f79d into emilk:master Jun 26, 2024
20 of 21 checks passed
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something is broken egui
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants