From e7db6d84847351948b0aaaacfacc959467f4990d Mon Sep 17 00:00:00 2001
From: Ivica Ico Bukvic <ico@vt.edu>
Date: Wed, 25 Jul 2012 23:15:47 -0400
Subject: [PATCH] fixed stray font size bug

---
 src/g_template.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/g_template.c b/src/g_template.c
index 2d09debe1..38a765b4b 100644
--- a/src/g_template.c
+++ b/src/g_template.c
@@ -2142,7 +2142,7 @@ static void drawnumber_vis(t_gobj *z, t_glist *glist,
         drawnumber_sprintf(x, buf, &at);
         sys_vgui(".x%lx.c create text %d %d -anchor nw -fill %s -text {%s}",
                 glist_getcanvas(glist), xloc, yloc, colorstring, buf);
-        sys_vgui(" -font {{%s} %d %s}", sys_font,
+        sys_vgui(" -font {{%s} -%d %s}", sys_font,
 				 sys_hostfontsize(glist_getfont(glist)), sys_fontweight);
         sys_vgui(" -tags .x%lx.x%lx.drawnumber%lx\n", 
 			glist_getcanvas(glist), glist, data);
-- 
GitLab