]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Fix a small bug in the infinite loop prevention logic
authorKaren Lease <klease@apache.org>
Sat, 30 Nov 2002 22:50:14 +0000 (22:50 +0000)
committerKaren Lease <klease@apache.org>
Sat, 30 Nov 2002 22:50:14 +0000 (22:50 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_20_2-maintain@195686 13f79535-47bb-0310-9956-ffa450edef68

src/org/apache/fop/fo/flow/Block.java

index 94593cce1de1f8399aa7742f21121fd00882f46b..b9194d23aad3b209c08096d0bf2da7c7132551c0 100644 (file)
@@ -96,6 +96,7 @@ public class Block extends FObjMixed {
         }
 
         if (this.marker == START) {
+            noLayoutCount=0; // Reset the "loop counter".
 
             // Common Accessibility Properties
             AccessibilityProps mAccProps = propMgr.getAccessibilityProps();