Ignore:
Timestamp:
May 27, 2002, 8:10:46 PM (23 years ago)
Author:
umoeller
Message:

Bunch of fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/helpers/winh.c

    r162 r165  
    40924092                    CHAR szClass[10];
    40934093
     4094                    WinQueryWindowPos(hwndItem, pswpThis);
     4095
    40944096                    // special handling for entry fields
    40954097                    // V0.9.16 (2002-02-02) [umoeller]
     
    41024104
    41034105                    // check lowest y
    4104                     WinQueryWindowPos(hwndItem, pswpThis);
    41054106                    if (    (pswpThis->y < yLowest)
    41064107                         // ignore combobox, this will distort everything
Note: See TracChangeset for help on using the changeset viewer.