destroy window-resources in reverse order

db4
Joe Groff 2009-07-04 19:13:53 -05:00
parent 96ec54106b
commit 3a6a588532
1 changed files with 1 additions and 1 deletions
basis/ui

View File

@ -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 ]
[ [ <reversed> [ [ dispose ] when* ] each V{ } clone ] change-window-resources drop ]
} cleave ;
M: world ungraft*