Ignore:
Timestamp:
Feb 3, 2000, 6:13:03 PM (26 years ago)
Author:
cbratschi
Message:

merged controls with wine 20000130

File:
1 edited

Legend:

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

    r2469 r2611  
    1 /* $Id: scroll.cpp,v 1.32 2000-01-18 20:10:44 sandervl Exp $ */
     1/* $Id: scroll.cpp,v 1.33 2000-02-03 17:13:01 cbratschi Exp $ */
    22/*
    33 * Scrollbar control
     
    88 * Copyright 1994, 1996 Alexandre Julliard
    99 *
    10  * WINE version: 991031
     10 * WINE version: 20000130
    1111 *
    1212 * Status:  complete
     
    12601260    //             infoPtr->MinVal, infoPtr->MaxVal );
    12611261
     1262    /* don't change the scrollbar state if SetScrollInfo
     1263     * is just called with SIF_DISABLENOSCROLL
     1264     */
     1265    if(!(info->fMask & SIF_ALL)) goto done;
     1266
    12621267    /* Check if the scrollbar should be hidden or disabled */
    12631268    if (info->fMask & (SIF_RANGE | SIF_PAGE | SIF_DISABLENOSCROLL))
Note: See TracChangeset for help on using the changeset viewer.