From 46e414569b964742a50b0b7f91f1373d64b6c56d Mon Sep 17 00:00:00 2001
From: Ivica Ico Bukvic <ico@vt.edu>
Date: Sat, 30 Aug 2014 13:46:16 -0400
Subject: [PATCH] *fixed regression left from refactoring where toggle's X when
 off did not match that of a background color once the background was changed.

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

diff --git a/pd/src/g_toggle.c b/pd/src/g_toggle.c
index 5ad5e3213..bb8b3beb1 100644
--- a/pd/src/g_toggle.c
+++ b/pd/src/g_toggle.c
@@ -73,7 +73,7 @@ void toggle_draw_config(t_toggle* x, t_glist* glist)
 {
     t_canvas *canvas=glist_getcanvas(glist);
     iemgui_base_draw_config(&x->x_gui);
-    sys_vgui(".x%lx.c itemconfigure {%lxX1||%lX2} -fill #%6.6x\n",
+    sys_vgui(".x%lx.c itemconfigure {%lxX1||%lxX2} -stroke #%6.6x\n",
         canvas, x, x, x->x_on?x->x_gui.x_fcol:x->x_gui.x_bcol);
 }
 
-- 
GitLab