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

svn: r5306
This commit is contained in:
Matthew Flatt 2007-01-10 21:13:45 +00:00
parent dc725487cb
commit 1967a2fdbf

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