allow centering, though broken for Mac OS X with a parent frame

svn: r5306

original commit: 1967a2fdbf9c1415e307fb512b9d3085df683bfa
This commit is contained in:
Matthew Flatt 2007-01-10 21:13:45 +00:00
parent 8fdf38bf22
commit 628f5509e9

View File

@ -372,7 +372,7 @@
[center (lambda (dir)
(when pending-redraws? (force-redraw))
(set! use-default-position? #f)
'(super center dir parent-for-center))]
(super center dir #;parent-for-center))]
;; on-size: ensures that size of frame matches size of content
;; input: new-width/new-height: new size of frame