summaryrefslogtreecommitdiff
path: root/vcl/inc
diff options
context:
space:
mode:
authorMike Kaganski <mike.kaganski@collabora.com>2023-07-07 13:44:07 +0300
committerMike Kaganski <mike.kaganski@collabora.com>2023-07-07 18:34:01 +0200
commit602ea7c873082f80626d562209cb36d99e20bbf5 (patch)
tree83451e4686c72945b6a0e38396b09d3d1061545e /vcl/inc
parent41717420af68994c2fde522ea86db6e5ed643034 (diff)
Prolongate hide timeout in call to Help::Show*, when reusing existing window
Otherwise, when moving mouse, and the tooltip follows it and updates its content, it would still hide after the initial timeout, only to re-appear on the next move. Change-Id: I3c93240f752301f2a86acabce54fe735d6e06550 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154163 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'vcl/inc')
-rw-r--r--vcl/inc/helpwin.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/vcl/inc/helpwin.hxx b/vcl/inc/helpwin.hxx
index db8456fd2103..5a9975cee88d 100644
--- a/vcl/inc/helpwin.hxx
+++ b/vcl/inc/helpwin.hxx
@@ -69,6 +69,8 @@ public:
Size CalcOutSize() const;
const tools::Rectangle& GetHelpArea() const { return maHelpArea; }
+
+ void ResetHideTimer();
};
void ImplShowHelpWindow( vcl::Window* pParent, sal_uInt16 nHelpWinStyle, QuickHelpFlags nStyle,