fix single-panel, which had stretchability reversed

svn: r11191
This commit is contained in:
Matthew Flatt 2008-08-11 22:14:36 +00:00
parent b90232f42d
commit 4861fa5f03

View File

@ -46,7 +46,7 @@
[else (error 'place-children
"alignment spec is unknown ~a~n" spec)])))])
(map (λ (l)
(let*-values ([(min-width min-height v-stretch? h-stretch?)
(let*-values ([(min-width min-height h-stretch? v-stretch?)
(apply values l)]
[(x this-width)
(if h-stretch?