egui/crates/egui_kittest/tests
YgorSouza 1937cc4d61
Fix `override_text_color` priority (#7439)
The override_text_color is now used when rendering text from a String or
&str. This is consistent with the RichText variant and makes the option
behave as advertised, taking precedence over WidgetVisuals and
overriding the color for all text unless explicitly changed for a single
widget (via RichText or LayoutJob).

* Closes <https://github.com/emilk/egui/issues/7367>
* [x] I have followed the instructions in the PR template

---------

Co-authored-by: Emil Ernerfeldt <emil.ernerfeldt@gmail.com>
2025-08-14 10:40:04 +02:00
..
snapshots Fix `override_text_color` priority (#7439) 2025-08-14 10:40:04 +02:00
accesskit.rs Use Rust edition 2024 (#7280) 2025-06-30 14:01:57 +02:00
menu.rs Enable and fix some more clippy lints (#7426) 2025-08-08 09:57:53 +02:00
popup.rs Create custom `egui_kittest::Node` (#7138) 2025-06-17 12:17:38 +02:00
regression_tests.rs Fix `override_text_color` priority (#7439) 2025-08-14 10:40:04 +02:00
tests.rs Enable and fix some more clippy lints (#7426) 2025-08-08 09:57:53 +02:00