From b8b3c0a89c2ad13168ccc76a506f9edb453cd8d4 Mon Sep 17 00:00:00 2001 From: Marco Martin Date: Thu, 21 Mar 2013 16:58:06 +0100 Subject: [PATCH] make the view transparent fixes rendering on nvidia --- src/shell/desktopcorona.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/shell/desktopcorona.cpp b/src/shell/desktopcorona.cpp index 15d333497..e46840343 100644 --- a/src/shell/desktopcorona.cpp +++ b/src/shell/desktopcorona.cpp @@ -277,6 +277,7 @@ void DesktopCorona::showWidgetExplorer() m_widgetExplorerView = new QQuickView; m_widgetExplorerView->setTitle(i18n("Add Widgets")); + m_widgetExplorerView->setColor(Qt::transparent); m_widgetExplorer = new WidgetExplorer(m_widgetExplorerView); m_widgetExplorer->populateWidgetList();