forked from AuroraMiddleware/gtk
Merge branch 'matthiasc/for-master' into 'master'
css: Allow transitioning different-size shadows See merge request GNOME/gtk!3145
This commit is contained in:
commit
f8529983f9
@ -172,9 +172,6 @@ gtk_css_value_shadow_transition (GtkCssValue *start,
|
||||
guint i, len;
|
||||
ShadowValue *shadows;
|
||||
|
||||
if (start->n_shadows != end->n_shadows)
|
||||
return NULL;
|
||||
|
||||
if (start->n_shadows > end->n_shadows)
|
||||
len = start->n_shadows;
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user