Ignore:
Timestamp:
Sep 18, 1999, 2:21:26 PM (26 years ago)
Author:
cbratschi
Message:

bugs fixed, hotkey: first version

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/comctl32/updown.c

    r942 r968  
    1 /* $Id: updown.c,v 1.8 1999-09-15 16:31:49 cbratschi Exp $ */
     1/* $Id: updown.c,v 1.9 1999-09-18 12:21:26 cbratschi Exp $ */
    22/*
    33 * Updown control
     
    1818 *     - listbox as buddy window
    1919 *     - acceleration
    20  *     - base 16 -> bug: 9->B (should be A)
    2120 *     - UDS_ALIGNLEFT, ~UDS_WRAP
    2221 *       (tested - they work)
     
    897896  if (wParam==10 || wParam==16)
    898897  {
     898    UPDOWN_GetBuddyInt(hwnd);
     899
    899900    temp = infoPtr->Base;
    900901    infoPtr->Base = wParam;
     902
     903    UPDOWN_SetBuddyInt(hwnd);
     904
    901905    return temp;       /* return the prev base */
    902906  }
Note: See TracChangeset for help on using the changeset viewer.