https://bugs.kde.org/show_bug.cgi?id=381799
--- Comment #7 from Kai Uwe Broulik <k...@privat.broulik.de> --- Git commit f395097fe90b0deaf5511a5ce748bed0de85b1d8 by Kai Uwe Broulik. Committed on 24/11/2017 at 09:40. Pushed by broulik into branch 'master'. [Containment Interface] Set WA_TranslucentBackground before accessing winId() This would create the surface after which this flag has no effect causing menus to have black rounded corners. CHANGELOG: Fixed an issue where context menus would appear with broken corners Differential Revision: https://phabricator.kde.org/D8963 M +6 -6 src/scriptengines/qml/plasmoid/containmentinterface.cpp https://commits.kde.org/plasma-framework/f395097fe90b0deaf5511a5ce748bed0de85b1d8 --- Comment #8 from Kai Uwe Broulik <k...@privat.broulik.de> --- Git commit facaaf93d016e8f9766a6befb9022a01c2f0086f by Kai Uwe Broulik. Committed on 24/11/2017 at 09:40. Pushed by broulik into branch 'master'. [PlasmaComponents Menu] Set WA_TranslucentBackground on the underlying QMenu This ensures the menu can have nice round corners with Breeze and Oxygen. The same had already been done in ContainmentInterface's menu. CHANGELOG: Fixed an issue where PlasmaComponents Menu would appear with broken corners Differential Revision: https://phabricator.kde.org/D8965 M +5 -0 src/declarativeimports/plasmacomponents/qmenu.cpp https://commits.kde.org/plasma-framework/facaaf93d016e8f9766a6befb9022a01c2f0086f -- You are receiving this mail because: You are watching all bug changes.