[plt-scheme] A question about DrScheme window resizing behavior
On Jan 1, 2008 2:50 PM, Robby Findler <robby at cs.uchicago.edu> wrote:
> I also fixed a bug with very large labels. You just need the two lines
> with the +s in collects/drscheme/private/unit.ss:
>
> (set! name-message (new drs-name-message% [parent name-panel]))
> + (send name-message stretchable-width #t)
> + (send name-message set-allow-shrinking 200)
>
> assuming that name-message has a set-allow-shrinking method (that
> change is larger).
name-message hasn't got that feature:
send: no such method: set-allow-shrinking for class: drs-name-message%
Thanks for checking!
What is the next planned PLT release?