From 63a9e097cd5fac7523bd90940d08de9fd55a8bfe Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Mon, 27 Feb 2006 07:53:32 +0000 Subject: [PATCH] save geometry in on-close svn: r2323 --- collects/handin-client/handin-multi.ss | 1 + 1 file changed, 1 insertion(+) diff --git a/collects/handin-client/handin-multi.ss b/collects/handin-client/handin-multi.ss index 258f7e80b5..e37657e447 100644 --- a/collects/handin-client/handin-multi.ss +++ b/collects/handin-client/handin-multi.ss @@ -106,6 +106,7 @@ (send this get-x) (send this get-y))) (preferences:save) (send this show #f)) + (define/augment (on-close) (close)) ;; ---------------------------------------------------------------------- (new button% [parent buttons-pane]