fix pick_list layouting not respecting fonts
This commit is contained in:
parent
40d21d2365
commit
59f3896392
@ -163,7 +163,7 @@ where
|
|||||||
let (width, _) = renderer.measure(
|
let (width, _) = renderer.measure(
|
||||||
&label,
|
&label,
|
||||||
text_size,
|
text_size,
|
||||||
Renderer::Font::default(),
|
self.font,
|
||||||
Size::new(f32::INFINITY, f32::INFINITY),
|
Size::new(f32::INFINITY, f32::INFINITY),
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user