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

List:       kde-commits
Subject:    KDE/kdebase/workspace/plasma/desktop/shell
From:       Aaron J. Seigo <aseigo () kde ! org>
Date:       2010-12-16 0:13:53
Message-ID: 20101216001353.8290BAC8A8 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1206815 by aseigo:

adjust the shadow window geom on resizeEvent, just as it is with moveEvent. good \
chance it's the cause of .. CCBUG:251537


 M  +4 -4      panelview.cpp  


--- trunk/KDE/kdebase/workspace/plasma/desktop/shell/panelview.cpp #1206814:1206815
@@ -762,11 +762,7 @@
         } else {
             setGeometry(geom);
         }
-
-        if (m_shadowWindow) {
-            m_shadowWindow->adjustGeometry();
         }
-    }
 
     m_lastMin = c->minimumSize();
     m_lastMax = c->maximumSize();
@@ -1247,6 +1243,10 @@
     appBarPosChanged();
 #endif
 
+    if (m_shadowWindow) {
+        m_shadowWindow->adjustGeometry();
+    }
+
     if (containment()) {
         foreach (Plasma::Applet *applet, containment()->applets()) {
             applet->updateConstraints(Plasma::PopupConstraint);


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

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