mirror of
https://github.com/reactos/wine.git
synced 2025-02-16 10:59:45 +00:00
comctl32: listview: Recompute sizes after a column deletion.
This commit is contained in:
parent
a8c51a4cd9
commit
117b8e7927
@ -4430,6 +4430,7 @@ static BOOL LISTVIEW_DeleteColumn(LISTVIEW_INFO *infoPtr, INT nColumn)
|
||||
}
|
||||
|
||||
/* update the other column info */
|
||||
LISTVIEW_UpdateItemSize(infoPtr);
|
||||
if(DPA_GetPtrCount(infoPtr->hdpaColumns) == 0)
|
||||
LISTVIEW_InvalidateList(infoPtr);
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user