diff options
-rw-r--r-- | widget/src/tooltip.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/widget/src/tooltip.rs b/widget/src/tooltip.rs index 2398a9cd..a0ffe392 100644 --- a/widget/src/tooltip.rs +++ b/widget/src/tooltip.rs @@ -213,6 +213,9 @@ where if was_idle != is_idle { shell.invalidate_layout(); + shell.request_redraw(); + } else if !is_idle && self.position == Position::FollowCursor { + shell.request_redraw(); } self.content.as_widget_mut().update( |