controls/scroll.c

Ge van Geldorp gvg at reactos.com
Sat Mar 27 15:02:21 CST 2004


Changelog:
  Ge van Geldorp <gvg at reactos.com>
  Remove CS_DBLCKS class style from scrollbar class since the
  scrollbar doesn't handle double clicks anyway

Index: controls/scroll.c
===================================================================
RCS file: /home/wine/wine/controls/scroll.c,v
retrieving revision 1.75
diff -u -r1.75 scroll.c
--- controls/scroll.c	16 Mar 2004 19:12:40 -0000	1.75
+++ controls/scroll.c	27 Mar 2004 20:56:54 -0000
@@ -132,7 +132,7 @@
 const struct builtin_class_descr SCROLL_builtin_class =
 {
     "ScrollBar",            /* name */
-    CS_DBLCLKS | CS_VREDRAW | CS_HREDRAW | CS_PARENTDC, /* style  */
+    CS_VREDRAW | CS_HREDRAW | CS_PARENTDC, /* style  */
     NULL,                   /* procA (winproc is Unicode only) */
     ScrollBarWndProc,       /* procW */
     sizeof(SCROLLBAR_INFO), /* extra */



More information about the wine-patches mailing list