> I noticed that text-fields are now missing their right border. Might be > related to your fix. > > Marijn
There seems to be some positioning error, as text-fields are now displayed on top of their labels. Sample program: #lang racket/gui (define root (new frame% (label "Test"))) (new text-field% (parent root) (label "Label") (init-value "value")) (send root show #t) Output attached. Marijn
<<attachment: bug-in-text-field-display.png>>
signature.asc
Description: OpenPGP digital signature
_________________________________________________ For list-related administrative tasks: http://lists.racket-lang.org/listinfo/dev