Changeset 4515 for trunk/src/user32/combo.cpp
- Timestamp:
- Oct 22, 2000, 6:07:48 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/combo.cpp
r3584 r4515 1 /* $Id: combo.cpp,v 1.3 1 2000-05-22 17:21:07 cbratschiExp $ */1 /* $Id: combo.cpp,v 1.32 2000-10-22 16:07:45 sandervl Exp $ */ 2 2 /* 3 3 * Combo controls … … 1444 1444 break; 1445 1445 } 1446 1447 return SendMessageA( lphc->owner, msg, GetWindowLongA(hwnd,GWL_ID), lParam ); 1446 return SendMessageA( GetParent(hwnd), msg, GetWindowLongA(hwnd,GWL_ID), lParam ); 1448 1447 } 1449 1448
Note:
See TracChangeset
for help on using the changeset viewer.