Skip to content

Instantly share code, notes, and snippets.

@earl
Created April 14, 2014 02:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save earl/a009454787d9fe4cfaca to your computer and use it in GitHub Desktop.
Save earl/a009454787d9fe4cfaca to your computer and use it in GitHub Desktop.
diff --git a/r3-gui.orig b/r3-gui.r3
index fb6675c..d3f8b3b 100644
--- a/r3-gui.orig
+++ b/r3-gui.r3
@@ -4152,7 +4152,7 @@ parse-layout: funct [
block? body: get dial/2
] [
build-face/not-on-make
- extend-face last-face 'actors reduce [act funct [face arg] body]
+ extend-face last-face 'actors reduce [act funct/closure [face arg] body]
dial: skip dial 2
continue
] [
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment