clippy fixes
This commit is contained in:
parent
ad241c700a
commit
17bc373990
7 changed files with 16 additions and 16 deletions
|
|
@ -209,7 +209,7 @@ impl<'a, Message> iced_core::Overlay<Message, crate::Renderer> for Overlay<'a, M
|
|||
)
|
||||
.width(self.width);
|
||||
|
||||
let mut node = self.container.layout(&mut self.state, renderer, &limits);
|
||||
let mut node = self.container.layout(self.state, renderer, &limits);
|
||||
|
||||
node.move_to(if space_below > space_above {
|
||||
position + Vector::new(0.0, self.target_height)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue