Fix needless borrow in row::layout

This commit is contained in:
Héctor Ramón Jiménez 2023-03-16 20:37:24 +01:00 committed by Héctor Ramón Jiménez
parent 0655a20ad1
commit ed3b393018
No known key found for this signature in database
GPG key ID: 7CC46565708259A7

View file

@ -121,7 +121,7 @@ where
layout::flex::resolve(
layout::flex::Axis::Horizontal,
renderer,
&limits,
limits,
self.width,
self.height,
self.padding,