http://bugs.winehq.org/show_bug.cgi?id=2409
------- Additional Comments From krishna.murthy@guptaworldwide.com 2004-06-08 13:22 ------- Created an attachment (id=663) --> (http://bugs.winehq.org/attachment.cgi?id=663&action=view) Patch which fixes the defect
wine/controls/listbox.c: Modified code for handler LB_SELECTSTRING in function ListBoxWndProc_common(). Replaced LISTBOX_SetCaretIndex() with LISTBOX_MoveCaret() so that the caret moves to the index and item is highlighted.