This commit is contained in:
Nick Senger 2022-08-05 16:15:19 -07:00 committed by Héctor Ramón Jiménez
parent 50eb9e34b8
commit 459d32b984
No known key found for this signature in database
GPG key ID: 140CC052C94F138E

View file

@ -3,8 +3,8 @@ use iced_native::layout::{self, Layout};
use iced_native::mouse;
use iced_native::overlay;
use iced_native::renderer;
use iced_native::{Clipboard, Hasher, Length, Point, Rectangle, Shell, Size};
use iced_native::widget::tree::{self, Tree};
use iced_native::{Clipboard, Hasher, Length, Point, Rectangle, Shell, Size};
use iced_native::{Element, Widget};
use ouroboros::self_referencing;
@ -325,7 +325,7 @@ where
shell,
)
})
.unwrap_or_else(|| iced_native::event::Status::Ignored)
.unwrap_or(iced_native::event::Status::Ignored)
}
}