Allowing gc heap gui shrinking
This commit is contained in:
parent
adc7d272a8
commit
5684ba4a9c
|
@ -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)])
|
||||
|
|
Loading…
Reference in New Issue
Block a user