Bug when comment to small for display any text fixed
authorgreg
Fri, 22 May 2009 09:26:35 +0200
changeset 353 f2be2307d666
parent 352 5cd60f7e510c
child 354 20ccf1e5266e
Bug when comment to small for display any text fixed
graphics/GraphicCommons.py
--- a/graphics/GraphicCommons.py	Fri May 22 08:38:12 2009 +0200
+++ b/graphics/GraphicCommons.py	Fri May 22 09:26:35 2009 +0200
@@ -2673,6 +2673,7 @@
         y = self.Pos.y + 10
         for line in self.Content.splitlines():
             first = True
+            linetext = ""
             words = line.split(" ")
             for i, word in enumerate(words):
                 if first: