[Kst] kdeextragear-2/kst/kst

George Staikos staikos at kde.org
Tue Jul 20 20:10:12 CEST 2004


On Tuesday 20 July 2004 14:00, Andrew Walker wrote:
> -    for (i = -1; xtick_px * i + x_orig_px > xleft_bdr_px - 1; i--); //
> find starting i; -    //i++;
> +    i = (int)floor( 5.0 * ( xleft_bdr_px - 1.0 - x_orig_px ) / xtick_px );

  I have been wanting to see those for() loops removed for the longest time 
now. :)  Good to see them gone. (sorry Barth :))

-- 
George Staikos
KDE Developer				http://www.kde.org/
Staikos Computing Services Inc.		http://www.staikos.net/



More information about the Kst mailing list