Skip to content

Commit

Permalink
fix: pure tooltip mouse interaction
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksenger committed Aug 31, 2022
1 parent 01a2aef commit f336db6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pure/src/widget/tooltip.rs
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ where
) -> mouse::Interaction {
self.content.as_widget().mouse_interaction(
&tree.children[0],
layout.children().next().unwrap(),
layout,
cursor_position,
viewport,
renderer,
Expand Down

0 comments on commit f336db6

Please sign in to comment.