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

List:       kde-commits
Subject:    branches/KDE/4.4/kdebase/workspace/plasma/generic/applets/analog-clock
From:       Manuel Mommertz <2kmm () gmx ! de>
Date:       2011-01-10 18:48:43
Message-ID: 20110110184843.B8FC8AC8B3 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1213529 by mommertz:

Fix rendering if clock is on an inactive activity on login
CCBUG: 198770


 M  +1 -1      clock.cpp  


--- branches/KDE/4.4/kdebase/workspace/plasma/generic/applets/analog-clock/clock.cpp #1213528:1213529
@@ -159,7 +159,7 @@
         return;
     }
 
-    if (m_time.minute() != m_lastTimeSeen.minute()) {
+    if (m_time.minute() != m_lastTimeSeen.minute() && m_repaintCache == RepaintNone) {
         m_repaintCache = RepaintHands;
     }
 
[prev in list] [next in list] [prev in thread] [next in thread] 

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