mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
Oops! Commented out offending line
svn path=/trunk/; revision=3886
This commit is contained in:
parent
69ccaa8434
commit
2f3111335f
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue