diff options
author | Rodolfo Ribeiro Gomes <libo@rodolfo.eng.br> | 2015-01-31 19:08:05 -0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2015-02-09 14:58:18 +0000 |
commit | 53740bd71a0ae569da36b9293ef22842a0b53f1e (patch) | |
tree | eb6e64aa83e92047ff9ee01a75804f3ac17ae1e4 /include/svx/zoomsliderctrl.hxx | |
parent | fab828d1a144b70a75e90e2bac484bc409b1e4e4 (diff) |
tdf#47577 Zoom slider should only react to full click
Change-Id: If859754c956a634a96066ac407b70d6dd2759d53
Signed-off-by: Rodolfo Ribeiro Gomes <libo@rodolfo.eng.br>
Reviewed-on: https://gerrit.libreoffice.org/14265
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'include/svx/zoomsliderctrl.hxx')
-rw-r--r-- | include/svx/zoomsliderctrl.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/svx/zoomsliderctrl.hxx b/include/svx/zoomsliderctrl.hxx index 7af69db82c7c..f35f825383a4 100644 --- a/include/svx/zoomsliderctrl.hxx +++ b/include/svx/zoomsliderctrl.hxx @@ -49,6 +49,7 @@ public: virtual void StateChanged( sal_uInt16 nSID, SfxItemState eState, const SfxPoolItem* pState ) SAL_OVERRIDE; virtual void Paint( const UserDrawEvent& rEvt ) SAL_OVERRIDE; virtual bool MouseButtonDown( const MouseEvent & ) SAL_OVERRIDE; + virtual bool MouseButtonUp( const MouseEvent & ) SAL_OVERRIDE; virtual bool MouseMove( const MouseEvent & rEvt ) SAL_OVERRIDE; }; |