fix problem with tab-snip% width checking
svn: r14912
This commit is contained in:
parent
ae0a69f162
commit
2f6b572178
|
@ -633,7 +633,7 @@
|
||||||
(if (eq? asnip nexts)
|
(if (eq? asnip nexts)
|
||||||
l
|
l
|
||||||
(let ([l (+ l (snip->count asnip))])
|
(let ([l (+ l (snip->count asnip))])
|
||||||
(when (has-flag? (snip->count asnip) WIDTH-DEPENDS-ON-X)
|
(when (has-flag? (snip->flags asnip) WIDTH-DEPENDS-ON-X)
|
||||||
(send asnip size-cache-invalid))
|
(send asnip size-cache-invalid))
|
||||||
(loop (snip->next asnip) l)))))])
|
(loop (snip->next asnip) l)))))])
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user