[labyrinth] r368 committed - Fix bug introduced with last commit

0 views
Skip to first unread message

codesite...@google.com

unread,
Apr 24, 2011, 11:40:13 AM4/24/11
to labyrinth-...@googlegroups.com
Revision: 368
Author: matthias.v...@gmail.com
Date: Sun Apr 24 08:39:44 2011
Log: Fix bug introduced with last commit

http://code.google.com/p/labyrinth/source/detail?r=368

Modified:
/trunk/src/TextThought.py

=======================================
--- /trunk/src/TextThought.py Sun Apr 24 07:36:41 2011
+++ /trunk/src/TextThought.py Sun Apr 24 08:39:44 2011
@@ -197,6 +197,9 @@
return show_text

def recalc_edges (self):
+ if not hasattr(self, 'layout'):
+ return
+
del self.layout

show_text = self.attrs_changed ()

Reply all
Reply to author
Forward
0 new messages