Huh?

Boudewijn Rempt boud at valdyas.org
Wed Nov 8 10:52:22 CET 2006


I take it that this code was not supposed to be released?

QRect KisPaintDevice::exactBounds() const
{
    QRect r1 = exactBoundsOldMethod();
    QRect r2 = exactBoundsImprovedOldMethod();
    if(r1 != r2)
    {
        kdDebug() << "EXACTBOUNDSERROR : " << r1 << " " << r2 << endl;
    }
    return r2;
}

Btw, I'm changing all instances of selection->exactBounds() and 
selection->extent() into selection->selectedRect().

-- 
Boudewijn Rempt 
http://www.valdyas.org/fading/index.cgi
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 191 bytes
Desc: not available
Url : http://mail.kde.org/pipermail/kimageshop/attachments/20061108/cc2a05ab/attachment.pgp 


More information about the kimageshop mailing list