diff --git a/library/ui/ui.factor b/library/ui/ui.factor index cef40dc446..1ca1a36c3d 100644 --- a/library/ui/ui.factor +++ b/library/ui/ui.factor @@ -17,7 +17,7 @@ SYMBOL: windows : unregister-window ( handle -- ) windows get-global - [ first = ] subset-with + [ first = not ] subset-with windows set-global ; : raised-window ( world -- )