[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdebase/workspace/plasma/desktop/shell
From:       Carlo Segato <brandon.ml () gmail ! com>
Date:       2011-01-04 16:59:35
Message-ID: 20110104165935.EB590AC8AE () svn ! kde ! org
[Download RAW message or body]

SVN commit 1211690 by segato:

disable the panel shadow on windows since it doesn't work properly(it's not translucent)

 M  +2 -0      panelview.cpp  


--- trunk/KDE/kdebase/workspace/plasma/desktop/shell/panelview.cpp #1211689:1211690
@@ -448,6 +448,7 @@
 
 void PanelView::checkShadow()
 {
+#ifndef Q_WS_WIN
     if (KWindowSystem::compositingActive() && containment()->property("shadowPath").isValid()) {
         if (!m_shadowWindow) {
             m_shadowWindow = new ShadowWindow(this);
@@ -466,6 +467,7 @@
         m_shadowWindow->deleteLater();
         m_shadowWindow = 0;
     }
+#endif
 }
 
 void PanelView::setPanelDragPosition(const QPoint &point)
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic