On 06/20/11 18:29, Matthew Flatt wrote: > I think I've found the problem and pushed a fix.
Thanks for the quick fix Matthew! 1) 2) and 3) are now working fine :) but I do believe borders are still broken. For example: #lang racket/gui (define root (new frame% (label "Label"))) (define vp (new vertical-panel% (parent root) (vert-margin 5) (style '(border)))) (define vp2 (new vertical-panel% (parent vp) (horiz-margin 5) (style '(border)))) (define vp3 (new vertical-panel% (parent vp2) (vert-margin 5) (style '(border)))) (define btn (new button% (parent vp3) (label "button") (horiz-margin 5))) (send root show #t) produces the attached window with just a button, but no borders for any of the panels... Marijn
<<attachment: drracket_noborders.png>>
signature.asc
Description: OpenPGP digital signature
_________________________________________________ For list-related administrative tasks: http://lists.racket-lang.org/listinfo/dev