emilk / egui

egui: an easy-to-use immediate mode GUI in Rust that runs on both web and native
https://www.egui.rs/
Apache License 2.0
20.64k stars 1.49k forks source link

ComboBox dropdown(pop-up?) position with Pan & Zoom #4651

Open ovROG opened 2 weeks ago

ovROG commented 2 weeks ago

ComboBox dropdown have fixed position with Pan & Zoom Also I was unable to find method to provide custom positioning For now I can see only one way to bypass it -> create custom dropdown

To Reproduce Just use ComboBox in Pan & Zoom demo

Expected behavior Dropdown follows ComboBox

err.webm