summaryrefslogtreecommitdiffstats
path: root/widget/src/combo_box.rs
diff options
context:
space:
mode:
Diffstat (limited to 'widget/src/combo_box.rs')
-rw-r--r--widget/src/combo_box.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/widget/src/combo_box.rs b/widget/src/combo_box.rs
index 665b1da9..0cca8d56 100644
--- a/widget/src/combo_box.rs
+++ b/widget/src/combo_box.rs
@@ -301,7 +301,7 @@ where
Message: Clone,
Theme: container::Style
+ text_input::StyleSheet
- + scrollable::StyleSheet
+ + scrollable::Tradition
+ menu::StyleSheet,
Renderer: text::Renderer,
{
@@ -721,7 +721,7 @@ where
Message: Clone + 'a,
Theme: container::Style
+ text_input::StyleSheet
- + scrollable::StyleSheet
+ + scrollable::Tradition
+ menu::StyleSheet
+ 'a,
Renderer: text::Renderer + 'a,