diff options
author | 2023-07-31 23:07:35 +0200 | |
---|---|---|
committer | 2023-07-31 23:07:35 +0200 | |
commit | e1da5fa63525cf749ec5ebbef42703fb761a0dd1 (patch) | |
tree | 4811746c94c54d4dc5a742803370879d42b84c51 /widget | |
parent | 32a95171d2c2a7a7ac8c141277b8c3555dbb3e77 (diff) | |
download | iced-e1da5fa63525cf749ec5ebbef42703fb761a0dd1.tar.gz iced-e1da5fa63525cf749ec5ebbef42703fb761a0dd1.tar.bz2 iced-e1da5fa63525cf749ec5ebbef42703fb761a0dd1.zip |
Update widget/src/combo_box.rs
Co-authored-by: Héctor Ramón <hector0193@gmail.com>
Diffstat (limited to 'widget')
-rw-r--r-- | widget/src/combo_box.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/widget/src/combo_box.rs b/widget/src/combo_box.rs index c9397433..5e36ec57 100644 --- a/widget/src/combo_box.rs +++ b/widget/src/combo_box.rs @@ -529,7 +529,7 @@ where { if let Some(index) = &mut menu.hovered_option { if *index - == state + >= state .filtered_options .options .len() |