mirror of
https://github.com/emilk/egui.git
synced 2026-08-29 04:40:03 -04:00
clippy fix
This commit is contained in:
@@ -358,12 +358,12 @@ impl Response {
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if self.ctx.style().interaction.show_tooltips_only_when_still {
|
if self.ctx.style().interaction.show_tooltips_only_when_still
|
||||||
if !self.ctx.input().pointer.is_still() {
|
&& !self.ctx.input().pointer.is_still()
|
||||||
// wait for mouse to stop
|
{
|
||||||
self.ctx.request_repaint();
|
// wait for mouse to stop
|
||||||
return false;
|
self.ctx.request_repaint();
|
||||||
}
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
// We don't want tooltips of things while we are dragging them,
|
// We don't want tooltips of things while we are dragging them,
|
||||||
|
|||||||
Reference in New Issue
Block a user