From 001ea5f6b45335dd95a141a0a730cbef492bd880 Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Fri, 19 Jan 2018 09:18:49 -0800 Subject: [PATCH] ui.gadgets.worlds: revert back to 1 track-add. --- basis/ui/gadgets/worlds/worlds.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/ui/gadgets/worlds/worlds.factor b/basis/ui/gadgets/worlds/worlds.factor index b92d972a06..c19231dc7b 100644 --- a/basis/ui/gadgets/worlds/worlds.factor +++ b/basis/ui/gadgets/worlds/worlds.factor @@ -141,7 +141,7 @@ M: world apply-world-attributes [ window-controls>> >>window-controls ] [ initial-background-color >>background-color ] [ grab-input?>> >>grab-input? ] - [ gadgets>> dup sequence? [ [ f track-add ] each ] [ 1 track-add ] if ] + [ gadgets>> dup sequence? [ [ 1 track-add ] each ] [ 1 track-add ] if ] [ pref-dim>> >>pref-dim ] [ fill>> >>fill ] [ orientation>> >>orientation ]