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> |
||
|---|---|---|
| .. | ||
| menu | ||
| combobox_closed.png | ||
| combobox_opened.png | ||
| image_snapshots.png | ||
| override_text_color_interactive.png | ||
| readme_example.png | ||
| should_wait_for_images.png | ||
| test_scroll_initial.png | ||
| test_scroll_scrolled.png | ||
| test_shrink.png | ||