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

Zoom is not applied to egui::ComboBox #36

Open
dignifiedquire opened this issue Sep 25, 2024 · 2 comments · Fixed by #38
Open

Zoom is not applied to egui::ComboBox #36

dignifiedquire opened this issue Sep 25, 2024 · 2 comments · Fixed by #38

Comments

@dignifiedquire
Copy link
Contributor

When using the ComboBox the zoom settings don't seem to be applied, and I am not quite sure on how to proxy the scale through properly.

dignifiedquire added a commit to dignifiedquire/egui-snarl that referenced this issue Sep 26, 2024
@zakarumych zakarumych reopened this Sep 29, 2024
@zakarumych
Copy link
Owner

This issue should be fixed in egui. There's function popup_above_or_below_widget that creates new Ui instance to place elements in the dropdown. And it doesn't inherit style of the parent ui.

@ThePagi
Copy link

ThePagi commented Oct 10, 2024

I forked snarl and changed egui version to 0.29.1, can confirm this is fixed now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants