https://bugs.documentfoundation.org/show_bug.cgi?id=144241

--- Comment #1 from Caolán McNamara <[email protected]> ---
we have this condition

if (nOrigLeftBorder != mnLeftBorder ||
    nOrigTopBorder != mnTopBorder ||
    nOrigRightBorder != mnRightBorder ||
    nOrigBottomBorder != mnBottomBorder)
{
    pCtrl->queue_resize();
}

which must be true on each recursive attempt through
ImplSmallBorderWindowView::Init for some reason

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to