diff --git a/programs/winefile/winefile.c b/programs/winefile/winefile.c index 79ccbd4ab7e..311d58093b9 100644 --- a/programs/winefile/winefile.c +++ b/programs/winefile/winefile.c @@ -2708,7 +2708,7 @@ static BOOL calc_widths(Pane* pane, BOOL anyway) SendMessage(pane->hwnd, LB_SETHORIZONTALEXTENT, x, 0); /* no change? */ - if (!memcmp(orgWidths, pane->widths, sizeof(orgWidths))) + if (!anyway && !memcmp(orgWidths, pane->widths, sizeof(orgWidths))) return FALSE; /* don't move, if only collapsing an entry */