Allowing gc heap gui shrinking

This commit is contained in:
Jay McCarthy 2010-08-30 14:10:16 -06:00
parent adc7d272a8
commit 5684ba4a9c

View File

@ -88,11 +88,11 @@
(vector-set! row-heights
row
(max (+ ch cell-vertical-padding)
(vector-ref row-heights row)))
#;(vector-ref row-heights row)))
(vector-set! column-widths
column
(max (+ cw cell-horizontal-padding)
(vector-ref column-widths column)))))))
#;(vector-ref column-widths column)))))))
(define/private (cell-min-size obj)
(let ([dc (get-dc)])