- iSelected should be -1 if no item selected (Gerard Patel)
commitb1f173da52bdeb2c0b48a87a157b02348a131158
authorDavid Luyer <luyer@ucs.uwa.edu.au>
Sun, 19 Sep 1999 12:12:34 +0000 (19 12:12 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Sun, 19 Sep 1999 12:12:34 +0000 (19 12:12 +0000)
treee3f8c28abf3910a1fe0acdfc6c2080db6f9e6fc2
parentdc6f327a8d08a072c121d396a4e573335597cf9f
- iSelected should be -1 if no item selected (Gerard Patel)
- some of the checks for invalid items where > when they should have been >=
  (Marcus Meissner)
- made InsertItem behave similarly to DeleteItem, ie, if the current item is
  after where the item is inserted, increment the selected item (David Luyer)
dlls/comctl32/tab.c