diff options
-rw-r--r-- | gui/fatom.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/fatom.h b/gui/fatom.h index 8c0854e..43874a7 100644 --- a/gui/fatom.h +++ b/gui/fatom.h @@ -283,7 +283,7 @@ static void fatom_vis(t_gobj *z, t_glist *glist, int vis) t_rtext *y; DEBUG(post("vis: %d",vis);) if (vis) { - y = (t_rtext *) rtext_new_without_senditup(glist, (t_text *)z, glist->gl_editor->e_rtext); + y = (t_rtext *) rtext_new(glist, (t_text *)z); fatom_drawme(s, glist, 1); } else { |