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

List:       kde-commits
Subject:    koffice/krita/core
From:       Bart Coppens <kde () bartcoppens ! be>
Date:       2006-02-22 13:45:27
Message-ID: 1140615927.418878.18042.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 512423 by coppens:

Use the right function call (fixes display in using-layer-as-root mode when moving that layer around)

 M  +1 -1      kis_paint_device.cc  


--- trunk/koffice/krita/core/kis_paint_device.cc #512422:512423
@@ -730,7 +730,7 @@
 
     // XXX: Is this really faster than converting line by line and building the QImage directly?
     //      This copies potentially a lot of data.
-    m_datamanager -> readBytes(data, x1, y1, w, h);
+    readBytes(data, x1, y1, w, h);
     QImage image = colorSpace() -> convertToQImage(data, w, h, dstProfile, INTENT_PERCEPTUAL, exposure);
     delete[] data;
 
[prev in list] [next in list] [prev in thread] [next in thread] 

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