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(
|
||||
&label,
|
||||
text_size,
|
||||
Renderer::Font::default(),
|
||||
self.font,
|
||||
Size::new(f32::INFINITY, f32::INFINITY),
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user