Bug 385311

Summary: QMenu created by org.kde.plasma.components.Menu lacks alpha
Product: [Frameworks and Libraries] libplasma Reporter: Fabian Vogt <fabian>
Component: componentsAssignee: Marco Martin <notmart>
Status: RESOLVED DUPLICATE    
Severity: normal CC: kde
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: openSUSE   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Fabian Vogt 2017-10-02 21:38:29 UTC
It's a known bug that the menu that appears on a right click on QML components such as plasmoids or containments has ugly black corners. This is due to the window not being created with the right surface format. A workaround is to call this somewhere in the code:

QSurfaceFormat format;
format.setAlphaBufferSize(8);
QSurfaceFormat::setDefaultFormat(format);
Comment 1 Kai Uwe Broulik 2017-11-23 13:33:34 UTC

*** This bug has been marked as a duplicate of bug 381799 ***