Fix on_option_hovered support in ComboBox

This commit is contained in:
Héctor Ramón Jiménez 2023-07-26 22:34:56 +02:00
parent 9eb2889d09
commit 28d32a8b64
No known key found for this signature in database
GPG key ID: 140CC052C94F138E
4 changed files with 63 additions and 23 deletions

View file

@ -566,6 +566,7 @@ where
(on_selected)(option)
},
None,
)
.width(bounds.width)
.padding(padding)