Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tacanvas.py
diff options
context:
space:
mode:
Diffstat (limited to 'tacanvas.py')
-rw-r--r--tacanvas.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tacanvas.py b/tacanvas.py
index 759434e..91a7b0c 100644
--- a/tacanvas.py
+++ b/tacanvas.py
@@ -274,6 +274,7 @@ class TurtleGraphics:
try:
fd.set_size(int(size*self.tw.coord_scale)*pango.SCALE)
except:
+ print "set size (%d) failed" % (int(size*self.tw.coord_scale))
pass
if type(label) == str or type(label) == unicode:
pl = self.tw.window.create_pango_layout(label.replace("\0"," "))