https://bugs.kde.org/show_bug.cgi?id=385311

            Bug ID: 385311
           Summary: QMenu created by org.kde.plasma.components.Menu lacks
                    alpha
           Product: frameworks-plasma
           Version: unspecified
          Platform: openSUSE RPMs
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: components
          Assignee: notm...@gmail.com
          Reporter: fab...@ritter-vogt.de
  Target Milestone: ---

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);

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to