mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
comctl32: Clean up listview resizing code.
This commit is contained in:
parent
0edb0233a4
commit
ae72b21641
1 changed files with 0 additions and 3 deletions
|
@ -11619,9 +11619,6 @@ LISTVIEW_WindowProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
|
|||
{
|
||||
if (notify_measureitem(infoPtr)) LISTVIEW_InvalidateList(infoPtr);
|
||||
}
|
||||
|
||||
LISTVIEW_UpdateSize(infoPtr);
|
||||
LISTVIEW_UpdateScroll(infoPtr);
|
||||
}
|
||||
return DefWindowProcW(hwnd, uMsg, wParam, lParam);
|
||||
|
||||
|
|
Loading…
Reference in a new issue