summaryrefslogtreecommitdiff
path: root/vcl/source/app/settings.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2022-07-20 16:44:18 +0100
committerCaolán McNamara <caolanm@redhat.com>2022-07-21 14:03:03 +0200
commit9659860c56164a3dade94714eabfdafdb90fd1c5 (patch)
treedf84da7896eb1da5a4d0ac2b7c25d84c0123a5d9 /vcl/source/app/settings.cxx
parente3f5bf99ab7b558d867449e7142c982d667fc2a0 (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>
Diffstat (limited to 'vcl/source/app/settings.cxx')
-rw-r--r--vcl/source/app/settings.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/app/settings.cxx b/vcl/source/app/settings.cxx
index bed7e4c90a62..98d2d42a4d41 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