mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-11 11:20:12 +00:00
cssanimation: Use property id here
This commit is contained in:
parent
6bf059e36f
commit
f6c746a99d
@ -128,7 +128,7 @@ gtk_css_animation_set_values (GtkStyleAnimation *style_animation,
|
||||
value = _gtk_css_keyframes_get_value (animation->keyframes,
|
||||
i,
|
||||
progress,
|
||||
_gtk_css_computed_values_get_intrinsic_value (values, i));
|
||||
_gtk_css_computed_values_get_intrinsic_value (values, property_id));
|
||||
_gtk_css_computed_values_set_animated_value (values, property_id, value);
|
||||
_gtk_css_value_unref (value);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user