[Libreoffice-bugs] [Bug 125673] KDE5: Calc sheet tab's context menu has unexpected highlighting

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Fri Jun 7 10:47:45 UTC 2019


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

--- Comment #5 from Jan-Marek Glogowski <glogow at fbihome.de> ---
So reading the "git log vcl/" I found a suspicious commit:

commit c04169c586ef1d55b1d0ac469bb4fbd4f50bd08a
Author: Miklos Vajna <vmiklos at collabora.com>
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20190607/e2c2e587/attachment.html>


More information about the Libreoffice-bugs mailing list