Follow-up Comment #5, bug #18408 (project mypaint):

Well you can find out easily:


diff --git a/lib/tiledsurface.py b/lib/tiledsurface.py
index 26e4fcf..0437e9c 100644
--- a/lib/tiledsurface.py
+++ b/lib/tiledsurface.py
@@ -83,6 +83,7 @@ class Surface(mypaintlib.TiledSurface):
             if readonly:
                 t = transparent_tile
             else:
+                print 'New Tile at %d, %d' % (tx, ty)
                 t = Tile()
                 self.tiledict[(tx, ty)] = t
         if t is mipmap_dirty_tile:



    _______________________________________________________

Reply to this item at:

  <http://gna.org/bugs/?18408>

_______________________________________________
  Nachricht geschickt von/durch Gna!
  http://gna.org/


_______________________________________________
Mypaint-bugs mailing list
[email protected]
https://mail.gna.org/listinfo/mypaint-bugs

Reply via email to