[ooo-build-commit] .: patches/dev300

Thorsten Behrens thorsten at kemper.freedesktop.org
Tue Apr 6 14:48:16 PDT 2010


 patches/dev300/apply                            |    2 +-
 patches/dev300/vcl-default-wheel-behaviour.diff |   11 +++++++++++
 2 files changed, 12 insertions(+), 1 deletion(-)

New commits:
commit d2e8a98d7bfeefcd1902ee02337d05cef88e283a
Author: Thorsten Behrens <thb at openoffice.org>
Date:   Tue Apr 6 23:42:47 2010 +0200

    Make combo box scroll content by default
    
    * patches/dev300/apply: added below patch
    * patches/dev300/vcl-default-wheel-behaviour.diff: fix for n#591650,
      backported from upstream's i#110227. Make mouse wheel scroll combo
      box content/spin field by default, not only when focused.

diff --git a/patches/dev300/apply b/patches/dev300/apply
index aae24ae..3cf932e 100644
--- a/patches/dev300/apply
+++ b/patches/dev300/apply
@@ -3884,7 +3884,7 @@ sw-caption-separator.diff, i#110287, timar
 # Fix name order for Hungarian on the UI
 svx-hu-name-order.diff, i#105342, timar
 vcl-stl-fix.diff, n#588957, thorsten
-
+vcl-default-wheel-behaviour.diff, n#591650, thorsten
 
 [ Features ]
 # embed generic media files inside odf docs, 2nd part
diff --git a/patches/dev300/vcl-default-wheel-behaviour.diff b/patches/dev300/vcl-default-wheel-behaviour.diff
new file mode 100644
index 0000000..fec710f
--- /dev/null
+++ b/patches/dev300/vcl-default-wheel-behaviour.diff
@@ -0,0 +1,11 @@
+--- vcl/source/app/settings.cxx~	2010-04-06 17:44:46.000000000 +0200
++++ vcl/source/app/settings.cxx	2010-04-06 23:39:12.000000000 +0200
+@@ -191,7 +191,7 @@
+     mnActionDelay               = 250;
+     mnMenuDelay                 = 150;
+     mnFollow                    = MOUSE_FOLLOW_MENU | MOUSE_FOLLOW_DDLIST;
+-    mnWheelBehavior             = MOUSE_WHEEL_FOCUS_ONLY;
++    mnWheelBehavior             = MOUSE_WHEEL_ALWAYS;
+ }
+ 
+ // -----------------------------------------------------------------------


More information about the ooo-build-commit mailing list