- When painting the text, if the control is OWNERDRAWN the issue the
authorGuy L. Albertelli <galberte@neo.lrun.com>
Fri, 26 Jan 2001 20:59:51 +0000 (20:59 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 26 Jan 2001 20:59:51 +0000 (20:59 +0000)
commit4782b0e57f494c205e7fd49d7c7327aac6106734
tree7997fc1e4539681c2e0efba4e59b05ce6aa0de4d
parente939eae00b1378b463d553dcf51cd9990571a5a9
- When painting the text, if the control is OWNERDRAWN the issue the
  WM_DRAWITEM message.
- Set the focused status at the end of the end of the Setfocus routine.
- Flip the order of updating the list box and issuing the WM_NOTIFY
  for CBN_EDITUPDATE to match native.
controls/combo.c