zakarumych / egui-snarl

Customizable egui node-graph library
https://crates.io/crates/egui-snarl
MIT License
252 stars 25 forks source link

Zoom is not applied to egui::ComboBox #36

Open dignifiedquire opened 1 week ago

dignifiedquire commented 1 week ago

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.

zakarumych commented 6 days ago

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.