1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-30 05:10:03 -04:00
Files
egui/crates
Wybe Westra 76025f2c15 Fix: Grid now follows style.visuals.striped setting if not explicitly overwritten (#3723)
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.
2023-12-23 15:58:48 +01:00
..
2023-12-22 17:33:01 +01:00
2023-12-22 17:33:01 +01:00
2023-12-18 15:15:20 +01:00
2023-04-18 15:52:45 +02:00
2023-12-18 14:53:14 +01:00
2023-12-18 14:53:14 +01:00
2023-12-18 17:28:47 +01:00