forked from AuroraMiddleware/gtk
GtkColorChooser: Use G_PARAM_EXPLICIT_NOTIFY for use-alpha
Implementors will need to adjust.
This commit is contained in:
parent
b28123dd3c
commit
d5a119ae9b
@ -87,7 +87,7 @@ gtk_color_chooser_default_init (GtkColorChooserInterface *iface)
|
||||
P_("Use alpha"),
|
||||
P_("Whether alpha should be shown"),
|
||||
TRUE,
|
||||
GTK_PARAM_READWRITE));
|
||||
GTK_PARAM_READWRITE|G_PARAM_EXPLICIT_NOTIFY));
|
||||
|
||||
/**
|
||||
* GtkColorChooser::color-activated:
|
||||
|
Loading…
Reference in New Issue
Block a user