]> gitweb.factorcode.org Git - factor.git/commitdiff
ui.tools.debugger: fix M\ debugger focusable-child*
authorJohn Benediktsson <mrjbq7@gmail.com>
Wed, 30 Aug 2023 22:18:58 +0000 (15:18 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Wed, 30 Aug 2023 22:20:08 +0000 (15:20 -0700)
basis/ui/tools/debugger/debugger.factor

index 938571e0e799cca7e29180402e3888b75bad3191..4c5173f505908291090a574f312650251586199b 100644 (file)
@@ -58,7 +58,7 @@ PRIVATE>
         add-toolbar ;
 
 M: debugger focusable-child*
-    dup restart-hook>> [ restart-list>> ] [ drop t ] if ;
+    dup restart-hook>> [ restart-list>> ] [ drop f ] if ;
 
 : debugger-window ( error continuation -- )
     ! No restarts for the debugger window