summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--native/src/widget/combo_box.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/native/src/widget/combo_box.rs b/native/src/widget/combo_box.rs
index 84789789..4d020c3b 100644
--- a/native/src/widget/combo_box.rs
+++ b/native/src/widget/combo_box.rs
@@ -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 {