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

List:       kde-commits
Subject:    Re: KDE/kdelibs/plasma
From:       Oswald Buddenhagen <ossi () kde ! org>
Date:       2011-01-17 17:50:10
Message-ID: 20110117175010.GA22933 () troll08 ! nokia ! trolltech ! de
[Download RAW message or body]

On Sat, Jan 15, 2011 at 08:05:04PM +0100, Aaron J. Seigo wrote:
> SVN commit 1214646 by aseigo:
> 
> thanks to André Wöbbeking for reminding me that qFuzzyCompare doesn't like zero
> 
> 
>  M  +1 -1      paintutils.cpp  
> 
> 
> --- trunk/KDE/kdelibs/plasma/paintutils.cpp #1214645:1214646
> @@ -163,7 +163,7 @@
> -    if (qFuzzyCompare(amount, 0)) {
> +    if (qFuzzyCompare(amount + 1, qreal(1.0))) {
>  
qFuzzyIsNull() ;)
[prev in list] [next in list] [prev in thread] [next in thread] 

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