fix problem with tab-snip% width checking

svn: r14912
This commit is contained in:
Matthew Flatt 2009-05-21 22:49:34 +00:00
parent ae0a69f162
commit 2f6b572178

View File

@ -633,7 +633,7 @@
(if (eq? asnip nexts)
l
(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))
(loop (snip->next asnip) l)))))])