]> gitweb.factorcode.org Git - factor.git/commitdiff
ui.gadgets.worlds: revert back to 1 track-add.
authorJohn Benediktsson <mrjbq7@gmail.com>
Fri, 19 Jan 2018 17:18:49 +0000 (09:18 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Fri, 19 Jan 2018 17:18:49 +0000 (09:18 -0800)
basis/ui/gadgets/worlds/worlds.factor

index b92d972a061b2f5243c2beed70053f0cb3399e70..c19231dc7b34d74635a0512d48a8c28cc3b89aed 100644 (file)
@@ -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 ]