comctl32: All items should be marked as unchecked when LVS_EX_CHECKBOXES is initially...
authorHuw Davies <huw@codeweavers.com>
Mon, 17 Jul 2006 11:52:48 +0000 (12:52 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 18 Jul 2006 09:09:27 +0000 (11:09 +0200)
commitf01ae8ace9450866b628ab4b7a485a9d38c8f371
tree7fca95e8ff958752fcb4dc7d7888bbccbb3768c9
parent3d08f5d9146a2ceb849da8179708a491a6d8b55d
comctl32: All items should be marked as unchecked when LVS_EX_CHECKBOXES is initially set.

When a new item is added with LBS_EX_CHECKBOXES already set then that item is marked as unchecked.
dlls/comctl32/listview.c
dlls/comctl32/tests/listview.c