]> gitweb.factorcode.org Git - factor.git/commitdiff
ui.gadgets.theme: fix windows bootstrap.
authorJohn Benediktsson <mrjbq7@gmail.com>
Tue, 10 May 2016 06:27:41 +0000 (23:27 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Tue, 10 May 2016 06:27:41 +0000 (23:27 -0700)
not sure yet why this is necessary.

basis/ui/gadgets/theme/theme.factor

index bea1fad24b79670333f1b7e63237c1b217926c14..b250531b5546888193228faf836247cd8b9fed82 100644 (file)
@@ -3,6 +3,8 @@
 USING: accessors io.pathnames sequences ui.images ui.theme ;
 IN: ui.gadgets.theme
 
+SLOT: font ! Temporarily necessary to fix Windows bootstrap.
+
 : theme-image ( name -- image-name )
     "vocab:ui/gadgets/theme/" prepend-path ".tiff" append <image-name> ;