fix problem with tab-snip% width checking

svn: r14912

original commit: 2f6b57217850bd38c7198ac87609fc8d28f09740
This commit is contained in:
Matthew Flatt 2009-05-21 22:49:34 +00:00
parent d56c8acbe2
commit 8ca774f219

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)))))])