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 ()