Changeset 165 for trunk/src/helpers/winh.c
- Timestamp:
- May 27, 2002, 8:10:46 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/helpers/winh.c
r162 r165 4092 4092 CHAR szClass[10]; 4093 4093 4094 WinQueryWindowPos(hwndItem, pswpThis); 4095 4094 4096 // special handling for entry fields 4095 4097 // V0.9.16 (2002-02-02) [umoeller] … … 4102 4104 4103 4105 // check lowest y 4104 WinQueryWindowPos(hwndItem, pswpThis);4105 4106 if ( (pswpThis->y < yLowest) 4106 4107 // ignore combobox, this will distort everything
Note:
See TracChangeset
for help on using the changeset viewer.