Paste P344

Masterwork From Distant Lands
ActivePublic

Authored by dkazakov on Mar 13 2019, 6:11 PM.
diff --git a/libs/image/kis_sequential_iterator.h b/libs/image/kis_sequential_iterator.h
index a879d75..a6cfed1 100644
--- a/libs/image/kis_sequential_iterator.h
+++ b/libs/image/kis_sequential_iterator.h
@@ -52,6 +52,7 @@ struct ReadOnlyIteratorPolicy {
typedef KisHLineConstIteratorSP IteratorTypeSP;
ReadOnlyIteratorPolicy(SourcePolicy source, const QRect &rect) {
+ qDebug() << "rect" << rect;
m_iter = !rect.isEmpty() ? source.createConstIterator(rect) : 0;
}
dkazakov edited the content of this paste. (Show Details)Mar 13 2019, 6:11 PM
dkazakov changed the title of this paste from untitled to Masterwork From Distant Lands.