From 062158e86948fef159bc39d31961e4ca169ea3ea Mon Sep 17 00:00:00 2001
From: Jonathan Wilkes <jon.w.wilkes@gmail.com>
Date: Fri, 16 Oct 2015 23:57:21 -0400
Subject: [PATCH] comment out old pdtk_canvas_set_font call from Pd to GUI

---
 pd/src/g_editor.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/pd/src/g_editor.c b/pd/src/g_editor.c
index 798e965f5..24a966951 100644
--- a/pd/src/g_editor.c
+++ b/pd/src/g_editor.c
@@ -2501,8 +2501,9 @@ void canvas_vis(t_canvas *x, t_floatarg f)
                 argsbuf);
                 
 
-            // This probably needs a gui_vmess */
-            sys_vgui("pdtk_canvas_set_font .x%lx %d\n", x, x->gl_font);
+            /* It looks like this font size call is no longer needed,
+               but I'm not sure why it was needed in the first place... */
+            //sys_vgui("pdtk_canvas_set_font .x%lx %d\n", x, x->gl_font);
 //            canvas_reflecttitle(x);
             x->gl_havewindow = 1;
 
-- 
GitLab