summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/context/base/mkiv/anch-pos.lua
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/context/base/mkiv/anch-pos.lua')
-rw-r--r--Master/texmf-dist/tex/context/base/mkiv/anch-pos.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/context/base/mkiv/anch-pos.lua b/Master/texmf-dist/tex/context/base/mkiv/anch-pos.lua
index fef1a8474f6..2d36c53e609 100644
--- a/Master/texmf-dist/tex/context/base/mkiv/anch-pos.lua
+++ b/Master/texmf-dist/tex/context/base/mkiv/anch-pos.lua
@@ -437,8 +437,8 @@ local function setregionbox(n,tag)
local h = getfield(box,"height")
local d = getfield(box,"depth")
tobesaved[tag] = {
- p = true,
- x = true,
+ p = true, -- not enhanced
+ x = true, -- not enhanced
y = getvpos(), -- true,
w = w ~= 0 and w or nil,
h = h ~= 0 and h or nil,