summaryrefslogtreecommitdiff
path: root/tex/context/base/mkiv/typo-mar.lua
diff options
context:
space:
mode:
authorContext Git Mirror Bot <phg42.2a@gmail.com>2016-07-12 11:21:11 +0200
committerContext Git Mirror Bot <phg42.2a@gmail.com>2016-07-12 11:21:11 +0200
commitbf7fc74b4f42f6bc1c57488da72bbc142c47f86a (patch)
treef68db389c0e7902a504f682061d25b1fd103b963 /tex/context/base/mkiv/typo-mar.lua
parent74326d3975653dbc32ce3cd8b431dba40917e7dc (diff)
downloadcontext-bf7fc74b4f42f6bc1c57488da72bbc142c47f86a.tar.gz
2016-07-12 10:18:00
Diffstat (limited to 'tex/context/base/mkiv/typo-mar.lua')
-rw-r--r--tex/context/base/mkiv/typo-mar.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/tex/context/base/mkiv/typo-mar.lua b/tex/context/base/mkiv/typo-mar.lua
index 9089c8212..74f5c2eb9 100644
--- a/tex/context/base/mkiv/typo-mar.lua
+++ b/tex/context/base/mkiv/typo-mar.lua
@@ -930,7 +930,8 @@ function margins.finalhandler(head)
end
head = tonut(head)
local head, done = finalhandler(head)
- resetstacked(true)
+-- resetstacked(true)
+resetstacked(nofdelayed==0)
head = tonode(head)
return head, done
else