Re: FW: [bug 3064] Listbox fails to populate
Aug. 25, 2005
9:06 a.m.
"Ann & Jason Edmeades" <us(a)edmeades.me.uk> writes:
Was there any problem with this one or did it just get missed?
LISTBOX_RemoveItem already does pretty much the same check, you should reuse that instead of duplicating it, you just need to remove the -1 special case in there. -- Alexandre Julliard julliard(a)winehq.org
August 2005
9:16 p.m.
New subject: [bug 3064] Refix: Listbox fails to populate
LISTBOX_RemoveItem already does pretty much the same check, you should reuse that instead of duplicating it, you just need to remove the -1 special case in there.
OK - Done, and changed the special case use by setcount appropriately Changelog Listbox delete string handling should validate the range of the index + tests Jason
7517
Age (days ago)
7518
Last active (days ago)
1 comments
2 participants
participants (2)
-
Alexandre Julliard -
Ann & Jason Edmeades