mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-28 14:31:10 +00:00
color-button: Notify "color" and "alpha" properties when changing the rgba
Bug #664469.
This commit is contained in:
parent
b84d37af4d
commit
3abc31a2d1
@ -791,6 +791,8 @@ gtk_color_button_set_rgba (GtkColorButton *color_button,
|
||||
|
||||
gtk_widget_queue_draw (color_button->priv->draw_area);
|
||||
|
||||
g_object_notify (G_OBJECT (color_button), "color");
|
||||
g_object_notify (G_OBJECT (color_button), "alpha");
|
||||
g_object_notify (G_OBJECT (color_button), "rgba");
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user