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

List:       kde-commits
Subject:    branches/KDE/4.2/kdebase/workspace/plasma/shells/desktop
From:       Aaron J. Seigo <aseigo () kde ! org>
Date:       2009-06-10 22:53:08
Message-ID: 1244674388.593632.9309.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 980028 by aseigo:

make sure the current min/max don't interfere


 M  +3 -0      panelview.cpp  


--- branches/KDE/4.2/kdebase/workspace/plasma/shells/desktop/panelview.cpp #980027:980028
@@ -627,6 +627,9 @@
                    (horizontal ? c->geometry().width() :
                                  c->geometry().height()) >= m_lastSeenSize) {
             // we are moving from a smaller space where we are 100% to a larger one
+            c->setMinimumSize(0, 0);
+            c->setMaximumSize(QWIDGETSIZE_MAX, QWIDGETSIZE_MAX);
+
             if (horizontal) {
                 c->setMaximumSize(sw, max.height());
                 c->resize(sw, c->geometry().height());
[prev in list] [next in list] [prev in thread] [next in thread] 

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