Propagate Font from ComboBox to Menu

This commit is contained in:
Héctor Ramón Jiménez 2020-07-08 08:19:26 +02:00
parent aa0ec2821e
commit 105c0fe478

View File

@ -225,6 +225,7 @@ where
Menu::new(&mut self.menu, &self.options, &self.on_selected)
.width(bounds.width.round() as u16)
.padding(self.padding)
.font(self.font)
.style(Renderer::menu_style(&self.style));
if let Some(text_size) = self.text_size {