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

List:       kde-commits
Subject:    KDE/kdebase/workspace/plasma/netbook/shells/netbook
From:       Marco Martin <notmart () gmail ! com>
Date:       2009-09-09 11:37:10
Message-ID: 1252496230.582599.29529.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1021496 by mart:

unbreak the unhide trigger


 M  +1 -1      plasmaapp.cpp  


--- trunk/KDE/kdebase/workspace/plasma/netbook/shells/netbook/plasmaapp.cpp \
#1021495:1021496 @@ -650,7 +650,7 @@
 void PlasmaApp::controlBarVisibilityUpdate()
 {
     //FIXME: QCursor::pos() can be avoided somewat? the good news is that is quite \
                rare, one time per trigger
-    if ((QApplication::activeWindow() != NULL) == m_controlBar->isVisible()) {
+    if ((QApplication::activeWindow() != NULL) && m_controlBar->isVisible()) {
         return;
     } else if (!m_controlBar->isVisible()) {
         if (m_unhideTriggerGeom.adjusted(-1, -1, 1, 1).contains(QCursor::pos())) {


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

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