Ignore:
Timestamp:
Oct 8, 2000, 8:45:36 PM (25 years ago)
Author:
sandervl
Message:

ShowScrollbar fix (SB_BOTH didn't enable the vertical scrollbar)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/scroll.cpp

    r3215 r4457  
    1 /* $Id: scroll.cpp,v 1.36 2000-03-24 17:12:20 cbratschi Exp $ */
     1/* $Id: scroll.cpp,v 1.37 2000-10-08 18:45:36 sandervl Exp $ */
    22/*
    33 * Scrollbar control
     
    15191519
    15201520    case SB_VERT:
    1521         if (fShowV)
     1521        if (fShow)
    15221522        {
    15231523            fShowV = !(win32wnd->getStyle() & WS_VSCROLL);
Note: See TracChangeset for help on using the changeset viewer.