Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/globos.py
diff options
context:
space:
mode:
authorGonzalo Odiard <gonzalo@nautilus.localdomain>2010-02-14 06:07:57 (GMT)
committer Gonzalo Odiard <gonzalo@nautilus.localdomain>2010-02-14 06:07:57 (GMT)
commit62c27eac11e13e3fe764d0716472cc3add46ee83 (patch)
tree962ba43584977981320aa2390e2ccc44394769db /globos.py
parente90ff9ed9d6114225af7a4b7ffaa62efb186fe44 (diff)
comienzo solucion para que se pueda escribir el titulo de la actividad
Diffstat (limited to 'globos.py')
-rw-r--r--globos.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/globos.py b/globos.py
index 3816e30..10e0cc8 100644
--- a/globos.py
+++ b/globos.py
@@ -658,7 +658,6 @@ class CuadroTexto:
elif cursor_dib <> -99:
try:
- print "Antes del cursor",text_reng[0:cursor_dib]
xbearing1, ybearing1, width1, height1, xadvance1, yadvance1 =\
context.text_extents(text_reng[0:cursor_dib].replace(" ","-"))
context.move_to(self.x-width/2-1+width1,self.y-self.alto+(i+1)*self.alto_renglon)