summaryrefslogtreecommitdiff
path: root/include/svtools
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2021-10-27 11:22:15 +0100
committerCaolán McNamara <caolanm@redhat.com>2021-10-27 15:18:08 +0200
commitd0687e198342a09b944a06c5d9c707f43041bf78 (patch)
tree70407788adaee961dcd8a626964826624b1fb0d1 /include/svtools
parentef42ce579f0e4e4c436f70615f3adeb9f0f68217 (diff)
if the mouse move is a leave event ignore the crossing position
and just consider it as "mouse out of window" Change-Id: I1910804a94608952de6f646560a3104d62b5a67b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124265 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/svtools')
-rw-r--r--include/svtools/valueset.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svtools/valueset.hxx b/include/svtools/valueset.hxx
index ffaa49a29b7f..f7b30a83c2f8 100644
--- a/include/svtools/valueset.hxx
+++ b/include/svtools/valueset.hxx
@@ -244,7 +244,7 @@ private:
SVT_DLLPRIVATE tools::Rectangle ImplGetItemRect( size_t nPos ) const;
SVT_DLLPRIVATE void ImplFireAccessibleEvent( short nEventId, const css::uno::Any& rOldValue, const css::uno::Any& rNewValue );
SVT_DLLPRIVATE bool ImplHasAccessibleListeners() const;
- SVT_DLLPRIVATE void ImplTracking(const Point& rPos);
+ SVT_DLLPRIVATE void ImplTracking(bool bLeaveWindow, const Point& rPos);
SVT_DLLPRIVATE void QueueReformat();
SVT_DLLPRIVATE void SetFirstLine(sal_uInt16 nNewFirstLine); // set mnFirstLine and update scrollbar to match
SVT_DLLPRIVATE void RecalcScrollBar();