Skip to content

Commit

Permalink
Fix unnecessary dereference in Tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
hecrj committed Sep 10, 2023
1 parent b329950 commit 6d379b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion widget/src/tooltip.rs
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ where

Widget::<(), Renderer>::draw(
self.tooltip,
&self.state,
self.state,
renderer,
theme,
&defaults,
Expand Down

0 comments on commit 6d379b7

Please sign in to comment.