dabo Commit
Revision 5226
Date: 2009-05-18 12:26:21 -0700 (Mon, 18 May 2009)
Author: Paul
Trac: http://trac.dabodev.com/changeset/5226

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

Log:
Attempted fix to Larry's reported overprinting problem.


Diff:
Modified: trunk/dabo/lib/reportWriter.py
===================================================================
--- trunk/dabo/lib/reportWriter.py      2009-05-18 18:15:12 UTC (rev 5225)
+++ trunk/dabo/lib/reportWriter.py      2009-05-18 19:26:21 UTC (rev 5226)
@@ -1539,7 +1539,7 @@
                                        # band height is fixed, won't flow to 
next page. 
                                        check += bandHeight
 
-                               if y < check:
+                               if y <= check:
                                        if self._currentColumn >= columnCount-1:
                                                endPage()
                                                beginPage()



_______________________________________________
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