1
0
mirror of https://github.com/rzzzwilson/pymlac.git synced 2025-06-10 09:32:41 +00:00

Add debug for DEIM mode

This commit is contained in:
Ross Wilson
2015-08-23 10:10:36 +07:00
parent 88ac796b22
commit 696556d81d

View File

@@ -160,6 +160,7 @@ class Display(_BufferedCanvas):
"""
self.drawlist.append((x1, y1, x2, y2, dotted))
log('Draw: x1,y1=%d,%d, x2,y2=%d,%d, dotted=%s' % (x1, y1, x2, y2, str(dotted)))
self.Update()
def clear(self):