Fixed problem in InsertItems of always adding ownerdraw data even when
authorRobin Dunn <robin@alldunn.com>
Fri, 3 May 2002 22:31:21 +0000 (22:31 +0000)
committerRobin Dunn <robin@alldunn.com>
Fri, 3 May 2002 22:31:21 +0000 (22:31 +0000)
commit9085d634d9e29a877761ef51a01c740749648e33
tree1029e5c1578ea18c0c48d6c7366734efea099e58
parent27af32803aa2574fa41d4a233552cb603909915d
Fixed problem in InsertItems of always adding ownerdraw data even when
not an ownerdrawn listbox.  If some items were already appended then
the indexes would not match.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15355 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/msw/listbox.cpp