Get widget operations working w/ overlay

This commit is contained in:
Cory Forsstrom 2022-11-18 12:09:18 -08:00
parent 23da5a3251
commit 9a601c0954
3 changed files with 15 additions and 10 deletions

View file

@ -106,7 +106,7 @@ where
/// Applies a [`widget::Operation`] to the [`Element`].
pub fn operate(
&self,
&mut self,
layout: Layout<'_>,
operation: &mut dyn widget::Operation<Message>,
) {
@ -142,7 +142,7 @@ where
}
fn operate(
&self,
&mut self,
layout: Layout<'_>,
operation: &mut dyn widget::Operation<B>,
) {