DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25873>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25873

[PATCH] abandoning code-generated Property.Maker





------- Additional Comments From [EMAIL PROTECTED]  2004-01-20 02:03 -------
Finn,

You have a change that doesn't appear relevant to this bug in 
InlineStackingLayoutManager.java:

Index: src/java/org/apache/fop/layoutmgr/InlineStackingLayoutManager.java
===================================================================
@@ -292,6 +292,10 @@
             // Reset state variables
             clearPrevIPD(); // Clear stored prev content dimensions
         }
+        // I don't have a clue if this is right.
+        if (childLC == null) {
+            childLC = new LayoutContext(lc);
+        }
 
         // We only do this loop more than once if a childLM returns
         // a null BreakPoss, meaning it has nothing (more) to layout.


--------------------------------

Should we skip this change?

Thanks,
Glen

Reply via email to