comctl32/listview: Fix subitem drawing.
authorDaniel Jelinski <djelinski1@gmail.com>
Sat, 5 Jan 2013 21:46:12 +0000 (22:46 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 7 Jan 2013 12:38:13 +0000 (13:38 +0100)
commit8257ab9a766c20324aadbe2eaca55ddeaf879a9e
treed328cf5d8a72e8f0e9db71bba5873f9569bf8b8e
parent9b8e3ca4101cf84c953a2a924fa8e0bd194353f2
comctl32/listview: Fix subitem drawing.

lpColumnInfo->fmt & LVCFMT_IMAGE is supposed to mean that header item has
an image. It is not supposed to mean that all items in that column
should reserve space for an icon if they don't have any.
dlls/comctl32/listview.c