| commit | 9659860c56164a3dade94714eabfdafdb90fd1c5 | [log] |
|---|---|---|
| author | Caolán McNamara <caolanm@redhat.com> | Wed Jul 20 16:44:18 2022 +0100 |
| committer | Caolán McNamara <caolanm@redhat.com> | Thu Jul 21 14:03:03 2022 +0200 |
| tree | df84da7896eb1da5a4d0ac2b7c25d84c0123a5d9 | |
| parent | e3f5bf99ab7b558d867449e7142c982d667fc2a0 [diff] |
tdf#149823 default to MouseWheelBehaviour::FocusOnly instead of MouseWheelBehaviour::ALWAYS Change-Id: I77bf4db6ec30c00b680a1091670fa331a026e154 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137271 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
diff --git a/vcl/source/app/settings.cxx b/vcl/source/app/settings.cxx index bed7e4c..98d2d42 100644 --- a/vcl/source/app/settings.cxx +++ b/vcl/source/app/settings.cxx
@@ -67,7 +67,7 @@ struct ImplMouseData sal_Int32 mnMenuDelay = 150; MouseFollowFlags mnFollow = MouseFollowFlags::Menu; MouseMiddleButtonAction mnMiddleButtonAction= MouseMiddleButtonAction::AutoScroll; MouseWheelBehaviour mnWheelBehavior = MouseWheelBehaviour::ALWAYS; MouseWheelBehaviour mnWheelBehavior = MouseWheelBehaviour::FocusOnly; }; struct ImplStyleData