when the package installer has a parent, don't
recenter the dialog (should this be mac os x specific?)
This commit is contained in:
parent
3474d09138
commit
6e7c6f2f45
|
@ -64,7 +64,7 @@
|
|||
#:close-button? #f
|
||||
(λ (cust parent) (wrap-terminal-action thunk))))
|
||||
(send dlg reflow-container)
|
||||
(unless terminal (send dlg center))
|
||||
(unless parent (unless terminal (send dlg center)))
|
||||
(set! terminal t)
|
||||
(disallow-close)
|
||||
(send dlg end-container-sequence)
|
||||
|
|
Loading…
Reference in New Issue
Block a user