[Libreoffice-bugs] [Bug 144241] Infinite recursion in ImplBorderWindow::Resize when showing "Convert Text to Table" dialog in German UI

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Wed Sep 1 12:53:38 UTC 2021


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

--- Comment #1 from Caolán McNamara <caolanm at redhat.com> ---
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20210901/d14c1041/attachment.htm>


More information about the Libreoffice-bugs mailing list