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