Merge branch 'master' into virtual-widgets
This commit is contained in:
commit
c35496d80f
58 changed files with 446 additions and 909 deletions
|
|
@ -7,9 +7,7 @@ use iced_native::mouse;
|
|||
use iced_native::renderer;
|
||||
use iced_native::text;
|
||||
use iced_native::widget::text_input;
|
||||
use iced_native::{
|
||||
Clipboard, Hasher, Length, Padding, Point, Rectangle, Shell,
|
||||
};
|
||||
use iced_native::{Clipboard, Length, Padding, Point, Rectangle, Shell};
|
||||
|
||||
pub use iced_style::text_input::StyleSheet;
|
||||
|
||||
|
|
@ -153,10 +151,6 @@ where
|
|||
Length::Shrink
|
||||
}
|
||||
|
||||
fn hash_layout(&self, state: &mut Hasher) {
|
||||
text_input::hash_layout(state, self.width, self.padding, self.size);
|
||||
}
|
||||
|
||||
fn layout(
|
||||
&self,
|
||||
renderer: &Renderer,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue