Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
…emilk#4308) Handles `rounding` when doing trailing_fill on the rail of `Slider`. We can see this by setting the rounding to around 8.0 ``` ui.visuals_mut().widgets.inactive.rounding = Rounding::same(8.0); ``` Before : There is a little bit of blue painted on the left end. ![20240404-2](https://github.com/emilk/egui/assets/127506429/aa70104c-0733-41c6-8e78-c3e69eb45204) After : Fix ![20240404-3](https://github.com/emilk/egui/assets/127506429/c2452fcb-48fd-4b2a-9f1a-02a3bf763ed1)
- Loading branch information