From 2f3111335ff1889285da49302208bd5b62bc3c48 Mon Sep 17 00:00:00 2001 From: Jason Filby Date: Sun, 22 Dec 2002 10:50:04 +0000 Subject: [PATCH] Oops! Commented out offending line svn path=/trunk/; revision=3886 --- reactos/subsys/win32k/ntuser/scrollbar.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reactos/subsys/win32k/ntuser/scrollbar.c b/reactos/subsys/win32k/ntuser/scrollbar.c index 07a0ab40211..e1a77498976 100644 --- a/reactos/subsys/win32k/ntuser/scrollbar.c +++ b/reactos/subsys/win32k/ntuser/scrollbar.c @@ -1,4 +1,4 @@ -/* $Id: scrollbar.c,v 1.2 2002/12/21 19:24:51 jfilby Exp $ +/* $Id: scrollbar.c,v 1.3 2002/12/22 10:50:04 jfilby Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -93,7 +93,7 @@ SCROLL_GetScrollBarRect (PWINDOW_OBJECT Window, INT nBar, PRECT lprect /* , if (pixels <= 2 * NtUserGetSystemMetrics (SM_CXVSCROLL) + SCROLL_MIN_RECT) { - info.dxyLineButton = info.xyThumbTop = info.xyThumbBottom = 0; +/* info.dxyLineButton = info.xyThumbTop = info.xyThumbBottom = 0; */ } else {