summaryrefslogtreecommitdiff
path: root/tex/context/base/mkxl/typo-drp.lmt
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2021-05-25 18:41:45 +0200
committerContext Git Mirror Bot <phg@phi-gamma.net>2021-05-25 18:41:45 +0200
commitddc77c560834122fcdc0219f01977cb830a7a6f5 (patch)
tree71df057ec2dfbb5f51091baa96b2671ad62c1580 /tex/context/base/mkxl/typo-drp.lmt
parent7fd782dace8f90e7e032ca8f449f8ca4eada450b (diff)
downloadcontext-ddc77c560834122fcdc0219f01977cb830a7a6f5.tar.gz
2021-05-25 17:56:00
Diffstat (limited to 'tex/context/base/mkxl/typo-drp.lmt')
-rw-r--r--tex/context/base/mkxl/typo-drp.lmt7
1 files changed, 3 insertions, 4 deletions
diff --git a/tex/context/base/mkxl/typo-drp.lmt b/tex/context/base/mkxl/typo-drp.lmt
index 1885ce90d..23bf254a8 100644
--- a/tex/context/base/mkxl/typo-drp.lmt
+++ b/tex/context/base/mkxl/typo-drp.lmt
@@ -250,7 +250,7 @@ actions[v_default] = function(head,setting)
if dynamic > 0 then
setglyphdata(current,dynamic)
end
- setcoloring(ma,ca,ta)
+ setcoloring(current,ma,ca,ta)
end
if current == last then
break
@@ -270,8 +270,7 @@ actions[v_default] = function(head,setting)
local width, height, depth = getwhd(dropper)
setwhd(dropper,0,0,0)
--
- setlink(prev,dropper)
- setlink(dropper,next)
+ setlink(prev,dropper,next)
--
if next then
local current = next
@@ -323,7 +322,7 @@ end
-- we can count ... when all done, we can disable ...
-function initials.handler(head)
+function initials.handler(head,groupcode)
if getid(head) == par_code and startofpar(head) then
local settings = getprop(head,a_initial)
if settings then