[Libreoffice-bugs] [Bug 128921] LibO 6.3.x contextual menu very slow with KDE5 vcl

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Thu Dec 12 14:16:47 UTC 2019


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

--- Comment #4 from Jan-Marek Glogowski <glogow at fbihome.de> ---
The Menubar is a native QMenu widget, while the popup menus aren't. Menu
drawing in VCL is conflicting with the way Qt draws menus, so there is a lot of
clipping and reversing the way VCL paints the menu with temporary images etc. I
guess this is the origin of the problem.

Solution: someone has to implement popup menus with native QMenus and I guess
this will solve the problem.

-- 
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/20191212/30aa6db4/attachment.htm>


More information about the Libreoffice-bugs mailing list