From be44e4b5c29972ac76bda38c29a6c24c0d1dd75f Mon Sep 17 00:00:00 2001
From: Ivica Ico Bukvic <ico@vt.edu>
Date: Sat, 7 Dec 2013 20:23:10 -0500
Subject: [PATCH] corrected color for the comment resize line at creation time

---
 pd/src/g_text.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pd/src/g_text.c b/pd/src/g_text.c
index 08ce6b237..381cb9015 100644
--- a/pd/src/g_text.c
+++ b/pd/src/g_text.c
@@ -1896,7 +1896,7 @@ void text_drawborder(t_text *x, t_glist *glist,
     {
         if (firsttime) {
             sys_vgui(".x%lx.c create pline\
- %d %d %d %d -tags [list %sR commentbar] -stroke $obj_box_fill\n",
+ %d %d %d %d -tags [list %sR commentbar] -stroke $box_outline\n",
                 glist_getcanvas(glist),
                 x2, y1,  x2, y2, tag);
         } else {
@@ -1981,7 +1981,7 @@ void text_drawborder_withtag(t_text *x, t_glist *glist,
     {
         if (firsttime) {
             sys_vgui(".x%lx.c create pline\
- %d %d %d %d -tags [list %sR commentbar] -stroke $obj_box_fill\n",
+ %d %d %d %d -tags [list %sR commentbar] -stroke $box_outline\n",
                 glist_getcanvas(glist),
                 x2, y1,  x2, y2, tag);
         } else {
-- 
GitLab