diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/widget.rs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/widget.rs b/src/widget.rs index 505ae799..acc9da9a 100644 --- a/src/widget.rs +++ b/src/widget.rs @@ -80,9 +80,7 @@ pub mod pane_grid { pub mod pick_list { //! Display a dropdown list of selectable values. - pub use iced_native::widget::pick_list::{ - AccessoryContent, Appearance, StyleSheet, - }; + pub use iced_native::widget::pick_list::{Appearance, Handle, StyleSheet}; /// A widget allowing the selection of a single value from a list of options. pub type PickList<'a, T, Message, Renderer = crate::Renderer> = |