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.61k stars 1.49k forks source link

Clamp plot zoom values to valid range #4695

Closed Its-Just-Nans closed 2 days ago

Its-Just-Nans commented 5 days ago

3462 panics when when hit the bound like f64::MAX

This PR "blocks" zoom if to big

Linked to

Its-Just-Nans commented 4 days ago

Zoom is locked but when zoom in, it's not working properly

This bug is already present, so I think this PR is not blocking