comctl32: Set the item size after LISTVIEW_ScrollColumns().
commit4f06425a0314103ff5653e6f93a6551a08c39f56
authorHuw Davies <huw@codeweavers.com>
Mon, 7 Sep 2015 12:51:11 +0000 (7 13:51 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 8 Sep 2015 05:48:09 +0000 (8 14:48 +0900)
treee113ff11ab5f33407acfeb31f2bd61a79242a537
parent07cc9a34a87cd08c87ae198e4aeb8c9bb7f55175
comctl32: Set the item size after LISTVIEW_ScrollColumns().

LISTVIEW_ScrollColumns() increments the item width by the scroll
delta, so we need the original width to still be present.
dlls/comctl32/listview.c