Skip to content

Commit

Permalink
fixed clippy warning
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhangHanDong committed Dec 28, 2024
1 parent 0f9db03 commit 52435f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared/color_tooltip.rs
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ impl Widget for ColorTooltip {

self.draw_bg.begin(cx, self.walk, self.layout);
if self.opened {
let _ = self.content.draw_all(cx, scope);
self.content.draw_all(cx, scope);
}
self.draw_bg.end(cx);
cx.end_pass_sized_turtle();
Expand Down

0 comments on commit 52435f1

Please sign in to comment.