mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
layout: Repaint when z-index
is modified.
This commit is contained in:
parent
21ea8eef19
commit
5dca005920
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,7 @@ pub fn compute_damage(old: Option<&Arc<ComputedValues>>, new: &ComputedValues) -
|
|||
get_color.color, get_background.background_color,
|
||||
get_border.border_top_color, get_border.border_right_color,
|
||||
get_border.border_bottom_color, get_border.border_left_color,
|
||||
get_effects.transform
|
||||
get_effects.transform, get_box.z_index
|
||||
]);
|
||||
|
||||
add_if_not_equal!(old, new, damage,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue