Fix rendering of markers with different sizes
This commit is contained in:
parent
1f38085c8f
commit
8b01ab1e72
@ -135,7 +135,7 @@ position in the CONTENT."
|
|||||||
((equal (caar positions) close)
|
((equal (caar positions) close)
|
||||||
(if beg
|
(if beg
|
||||||
(progn ;close with no children
|
(progn ;close with no children
|
||||||
(setq acc (cons (funcall create beg (cdar positions) (length close) nil)
|
(setq acc (cons (funcall create beg (cdar positions) (length open) nil)
|
||||||
acc))
|
acc))
|
||||||
(setq positions (cdr positions))
|
(setq positions (cdr positions))
|
||||||
(setq beg nil))
|
(setq beg nil))
|
||||||
|
Loading…
Reference in New Issue
Block a user