# HG changeset patch # User greg # Date 1242977195 -7200 # Node ID f2be2307d666ceae63beac4215ea6450b4b1e2c9 # Parent 5cd60f7e510cb3b6b4feb5ff827aa1aa4575ce35 Bug when comment to small for display any text fixed diff -r 5cd60f7e510c -r f2be2307d666 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: