mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 17:33:25 +00:00
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:
commit
ed1c5522dd
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue