vcl/source/app/settings.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 9659860c56164a3dade94714eabfdafdb90fd1c5
Author:     Caolán McNamara <caol...@redhat.com>
AuthorDate: Wed Jul 20 16:44:18 2022 +0100
Commit:     Caolán McNamara <caol...@redhat.com>
CommitDate: Thu Jul 21 14:03:03 2022 +0200

    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 <caol...@redhat.com>

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

Reply via email to