forked from AuroraMiddleware/gtk
Add -gtk-image-effect alias for -gtk-icon-effect
The property name was changed in 2396265523
. This makes sure
apps using it don't break and get a helpful warning instead.
This commit is contained in:
parent
c2cfbc8df1
commit
3a15aa2a95
@ -1785,6 +1785,7 @@ _gtk_css_style_property_init_properties (void)
|
||||
NULL,
|
||||
NULL,
|
||||
_gtk_css_icon_effect_value_new (GTK_CSS_ICON_EFFECT_NONE));
|
||||
_gtk_style_property_add_alias ("-gtk-icon-effect", "-gtk-image-effect");
|
||||
|
||||
G_GNUC_BEGIN_IGNORE_DEPRECATIONS
|
||||
gtk_css_style_property_register ("engine",
|
||||
|
Loading…
Reference in New Issue
Block a user