src/reportlab/platypus/doctemplate.py
changeset 3686 0ef2cb9578d7
parent 3617 ae5744e97c42
child 3701 b3c5693903bf
child 3721 0c93dd8ff567
--- a/src/reportlab/platypus/doctemplate.py	Tue Apr 16 14:56:29 2013 +0100
+++ b/src/reportlab/platypus/doctemplate.py	Mon Apr 22 17:48:33 2013 +0100
@@ -222,6 +222,9 @@
     This allows one to have a 'context-sensitive' indentation
     and makes nested lists way easier.
     """
+    _ZEROSIZE=True
+    width=0
+    height=0
     def __init__(self, left=0, right=0):
         self.left = _evalMeasurement(left)
         self.right = _evalMeasurement(right)