dabo Commit
Revision 5823
Date: 2010-05-18 16:16:35 -0700 (Tue, 18 May 2010)
Author: Paul
Trac: http://trac.dabodev.com/changeset/5823
Changed:
U trunk/dabo/lib/reportWriter.py
Log:
r5793 fixed pasting objects with a height of None, but broke pasting objects
with heights set. Fixed.
Diff:
Modified: trunk/dabo/lib/reportWriter.py
===================================================================
--- trunk/dabo/lib/reportWriter.py 2010-05-18 18:52:03 UTC (rev 5822)
+++ trunk/dabo/lib/reportWriter.py 2010-05-18 23:16:35 UTC (rev 5823)
@@ -406,7 +406,7 @@
if height is None:
height = 0
else:
- height = self.getPt("height")
+ height = self.getPt(height)
if vAnchor == "bottom":
ret += height
if vAnchor == "middle":
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message:
http://leafe.com/archives/byMID/[email protected]