diff options
author | Caolán McNamara <caolanm@redhat.com> | 2023-01-17 09:23:08 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2023-01-17 15:12:35 +0000 |
commit | 873a695b64269a6b92766f65930786314351e83f (patch) | |
tree | 666174fb3a0cf7068184920de2efcc0231a72eb7 /include/svtools | |
parent | 6c8b6fa6c6d4a1a20d8ebaf36b16c1d20cf109e0 (diff) |
tdf#153049 UpdateScrollBars on mouse release
which is what the old code effectively did
Change-Id: I19b6de0a0015420d1802969064b3338ce6ae1638
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/145663
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/svtools')
-rw-r--r-- | include/svtools/scrolladaptor.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/svtools/scrolladaptor.hxx b/include/svtools/scrolladaptor.hxx index d321091ac4de..cdc507078cf8 100644 --- a/include/svtools/scrolladaptor.hxx +++ b/include/svtools/scrolladaptor.hxx @@ -54,6 +54,7 @@ public: virtual tools::Long GetThumbPos() const override; void SetScrollHdl(const Link<weld::Scrollbar&, void>& rLink); + void SetMouseReleaseHdl(const Link<const MouseEvent&, bool>& rLink); // what is it bool IsHoriScroll() const { return m_bHori; } |