From 3a6a58853212aacdeca79bc98cf5568a2dc4f819 Mon Sep 17 00:00:00 2001 From: Joe Groff Date: Sat, 4 Jul 2009 19:13:53 -0500 Subject: [PATCH] destroy window-resources in reverse order --- basis/ui/ui.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/ui/ui.factor b/basis/ui/ui.factor index 8ac2cdd36f..2486e701c0 100644 --- a/basis/ui/ui.factor +++ b/basis/ui/ui.factor @@ -95,7 +95,7 @@ M: world graft* [ hand-clicked close-global ] [ hand-gadget close-global ] [ end-world ] - [ [ [ [ dispose ] when* ] each V{ } clone ] change-window-resources drop ] + [ [ [ [ dispose ] when* ] each V{ } clone ] change-window-resources drop ] } cleave ; M: world ungraft*