diff options
-rw-r--r-- | vcl/source/app/settings.cxx | 2 |
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 |