Merge branch 'master' into virtual-widgets
This commit is contained in:
commit
c35496d80f
58 changed files with 446 additions and 909 deletions
|
|
@ -9,9 +9,7 @@ use iced_native::layout;
|
|||
use iced_native::mouse;
|
||||
use iced_native::renderer;
|
||||
use iced_native::widget::slider;
|
||||
use iced_native::{
|
||||
Clipboard, Hasher, Layout, Length, Point, Rectangle, Shell, Size,
|
||||
};
|
||||
use iced_native::{Clipboard, Layout, Length, Point, Rectangle, Shell, Size};
|
||||
|
||||
use std::ops::RangeInclusive;
|
||||
|
||||
|
|
@ -230,10 +228,6 @@ where
|
|||
tree.state.downcast_ref::<slider::State>(),
|
||||
)
|
||||
}
|
||||
|
||||
fn hash_layout(&self, state: &mut Hasher) {
|
||||
slider::hash_layout(state, self.width)
|
||||
}
|
||||
}
|
||||
|
||||
impl<'a, T, Message, Renderer> From<Slider<'a, T, Message>>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue