Use a negative delta to scroll down in layout unit test for List

This commit is contained in:
Antonio Scandurra 2021-09-16 11:46:53 +02:00
parent 9402eb3f3e
commit 4a96a5c9ff

View file

@ -603,7 +603,7 @@ mod tests {
offset_in_item: 0.,
},
40.,
vec2f(0., 54.),
vec2f(0., -54.),
true,
&mut presenter.build_event_context(cx),
);