summaryrefslogtreecommitdiffstats
path: root/native/src/widget/combo_box.rs
diff options
context:
space:
mode:
Diffstat (limited to 'native/src/widget/combo_box.rs')
-rw-r--r--native/src/widget/combo_box.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/native/src/widget/combo_box.rs b/native/src/widget/combo_box.rs
index 4a509354..f2dc86e8 100644
--- a/native/src/widget/combo_box.rs
+++ b/native/src/widget/combo_box.rs
@@ -223,7 +223,7 @@ where
layout.position(),
Box::new(Menu::new(
self.internal.menu,
- self.options.clone(),
+ &self.options,
&self.internal.on_selected,
bounds.width.round() as u16,
bounds.height,