dabo Commit
Revision 7098
Date: 2012-02-16 14:58:56 -0800 (Thu, 16 Feb 2012)
Author: Paul
Trac: http://trac.dabodev.com/changeset/7098

Changed:
U   trunk/dabo/lib/reportWriter.py

Log:
Last commit caused error when using SpanningLine.


Diff:
Modified: trunk/dabo/lib/reportWriter.py
===================================================================
--- trunk/dabo/lib/reportWriter.py      2012-02-16 20:17:04 UTC (rev 7097)
+++ trunk/dabo/lib/reportWriter.py      2012-02-16 22:58:56 UTC (rev 7098)
@@ -1494,7 +1494,7 @@
                                x = obj["xFrom"]
                                y = obj["yFrom"]
                                xFooter, yFooter = origin
-                               c.setLineCap(props["lineCap"])
+                               c.setLineCap(props["strokeLineCap"])
                                c.setStrokeColorRGB(*props["strokeColor"])
                                c.setLineWidth(props["strokeWidth"])
                                c.line(x, y, xFooter, yFooter)



_______________________________________________
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]

Reply via email to