Merge branch 'wip/gabrybarbe/issue-5889-live-update-font-color' into 'master'

Draft: widgets: Issue #5889: enable live preview of selected text color

Closes #5889

See merge request GNOME/gimp!2251
This commit is contained in:
Gabriele 2025-06-30 05:17:26 +02:00
commit ed1c5522dd

View file

@ -254,6 +254,7 @@ gimp_text_style_editor_init (GimpTextStyleEditor *editor)
editor->color_button = gimp_color_panel_new (_("Change color of selected text"),
color,
GIMP_COLOR_AREA_FLAT, 20, 20);
gimp_color_button_set_update (GIMP_COLOR_BUTTON (editor->color_button), TRUE);
gimp_widget_set_fully_opaque (editor->color_button, TRUE);
g_object_unref (color);