]> gitweb.factorcode.org Git - factor.git/blobdiff - unmaintained/ui/gadgets/comboboxes/comboboxes.factor
tools.test: Make the flag public. Finish porting tester changes to fuzzer.
[factor.git] / unmaintained / ui / gadgets / comboboxes / comboboxes.factor
index 3eb118050e839a645d4e17c4e41e5deb1a27bea5..a2a7585254c49d4c83ce9e9c8e3dc7e1d89598f4 100644 (file)
@@ -19,4 +19,4 @@ combobox H{
 } set-gestures
 
 : <combobox> ( options -- combobox ) [ first [ combobox new-label ] keep <basic> >>model ] keep
-    <basic> combo-table new-table [ 1array ] >>quot >>table ;
\ No newline at end of file
+    <basic> combo-table new-table [ 1array ] >>quot >>table ;