From f5b1e75d93b3586b0d9ad47070a1a43e29cb35cf Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Fri, 23 May 2014 15:52:16 +0200 Subject: widget: Include box-shadow in the clip This allows all widgets that implement clip to use box shadows. --- gtk/gtkcssstylepropertyimpl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk/gtkcssstylepropertyimpl.c') diff --git a/gtk/gtkcssstylepropertyimpl.c b/gtk/gtkcssstylepropertyimpl.c index 4bb8547738..f1acf9a13b 100644 --- a/gtk/gtkcssstylepropertyimpl.c +++ b/gtk/gtkcssstylepropertyimpl.c @@ -1013,7 +1013,7 @@ _gtk_css_style_property_init_properties (void) gtk_css_style_property_register ("box-shadow", GTK_CSS_PROPERTY_BOX_SHADOW, G_TYPE_NONE, - GTK_STYLE_PROPERTY_ANIMATED | GTK_STYLE_PROPERTY_NO_RESIZE, + GTK_STYLE_PROPERTY_ANIMATED, shadow_value_parse, NULL, NULL, -- cgit v1.2.1