diff options
-rw-r--r-- | widget/src/pop.rs | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/widget/src/pop.rs b/widget/src/pop.rs index 051fa76a..a8738aa2 100644 --- a/widget/src/pop.rs +++ b/widget/src/pop.rs @@ -127,7 +127,14 @@ where } self.content.as_widget_mut().update( - tree, event, layout, cursor, renderer, clipboard, shell, viewport, + &mut tree.children[0], + event, + layout, + cursor, + renderer, + clipboard, + shell, + viewport, ); } |