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

--- Comment #5 from Jan-Marek Glogowski <[email protected]> ---
So reading the "git log vcl/" I found a suspicious commit:

commit c04169c586ef1d55b1d0ac469bb4fbd4f50bd08a
Author: Miklos Vajna <[email protected]>
Date:   Tue May 21 17:45:05 2019 +0200

    tdf#125415 vcl menu floating window: avoid flicker

Reverting that solves the bug.

Now the whole PopupMenu drawing in Qt is completely different then in LO. It
draws it in a different order, which normally needs some crazy clipping.

Eventually we'll just include a new ImplSVNWFData value to use the old
behavior. The patch itself looks sane to buffer the whole menu before copying
it.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to