mirror of
https://github.com/emilk/egui.git
synced 2026-08-30 05:10:03 -04:00
The docs of [`Visuals.striped`](https://docs.rs/egui/latest/egui/style/struct.Visuals.html#structfield.striped) mention that they control the default striping of Grid. However, this seems to be broken. This pr makes the Grid follow the striped setting if it doesn't yet have a row coloring set.