Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Desenho.py
diff options
context:
space:
mode:
authorAlexandre Antonino Gonçalves Martinazzo <alexandremartinazzo@gmail.com>2007-07-27 19:34:50 (GMT)
committer Alexandre Antonino Gonçalves Martinazzo <alexandremartinazzo@gmail.com>2007-07-27 19:34:50 (GMT)
commit05e9648640120a7523aee558bd730fb938ac381d (patch)
tree82ab81e88e3a31b53d79195ac9ee34c43b33728c /Desenho.py
parent900971006bd6748cd1250ba5bf44617eec2e9455 (diff)
Colors now are choosen from a ColorButton
Diffstat (limited to 'Desenho.py')
-rw-r--r--Desenho.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Desenho.py b/Desenho.py
index 146ef26..fe468fc 100644
--- a/Desenho.py
+++ b/Desenho.py
@@ -381,7 +381,7 @@ class Desenho:
self.d.newx_ = coords0 - self.d.oldx
self.d.newy_ = coords1 - self.d.oldy
- print "coords0", coords0
+ #print "coords0", coords0
if self.d.newx_ >= 0:
self.d.newx = self.d.oldx