]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Ok, now /really/ revert the previous commit :-\
authorVincent Hennebert <vhennebert@apache.org>
Thu, 13 Dec 2007 17:31:26 +0000 (17:31 +0000)
committerVincent Hennebert <vhennebert@apache.org>
Thu, 13 Dec 2007 17:31:26 +0000 (17:31 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@603961 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/fop/fo/FOPropertyMapping.java

index d393c1d7cca757a717c36ad872cb7cd8fd13da32..5d1a6f31ab4be01528d83dbc15cfba16df7ff44e 100644 (file)
@@ -1150,7 +1150,7 @@ public final class FOPropertyMapping implements Constants {
         m.useGeneric(genericSpace);
         corr = new SpacePropertyMaker(m);
         corr.setCorresponding(PR_MARGIN_BOTTOM, PR_MARGIN_BOTTOM, PR_MARGIN_LEFT);
-        corr.setUseParent(false);
+        corr.setUseParent(true);
         corr.setRelative(true);
         addPropertyMaker("space-after", m);