widget: Include box-shadow in the clip

This allows all widgets that implement clip to use box shadows.
This commit is contained in:
Benjamin Otte
2014-05-23 15:52:16 +02:00
parent 0cd63faee2
commit f5b1e75d93
2 changed files with 14 additions and 1 deletions

View File

@ -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,