From 759b5f129db358a8f565b07988ad9fbdb0fa900d Mon Sep 17 00:00:00 2001
From: Sojourner Truth <jon.w.wilkes@gmail.com>
Date: Sun, 3 Jul 2016 21:11:24 -0400
Subject: [PATCH] remove early return for comment redrawing

---
 pd/src/g_text.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pd/src/g_text.c b/pd/src/g_text.c
index 96e1dccef..854b62305 100644
--- a/pd/src/g_text.c
+++ b/pd/src/g_text.c
@@ -2452,7 +2452,6 @@ void glist_eraseiofor(t_glist *glist, t_object *ob, char *tag)
 // erase the whole gobj in the gui one go
 void text_erase_gobj(t_text *x, t_glist *glist, char *tag)
 {
-    if (x->te_type == T_TEXT && !glist->gl_edit) return;
     gui_vmess("gui_gobj_erase", "xs", glist_getcanvas(glist), tag);
 }
 
-- 
GitLab