From 22276108efce7065ec4758a0722489794286ee3a Mon Sep 17 00:00:00 2001 From: Ivica Ico Bukvic <ico@vt.edu> Date: Mon, 7 May 2012 13:21:54 -0400 Subject: [PATCH] added getscroll call after changing gatom properties in case they exceed the window size --- src/g_text.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/g_text.c b/src/g_text.c index c43796ff0..e83fd5f32 100644 --- a/src/g_text.c +++ b/src/g_text.c @@ -888,6 +888,7 @@ static void gatom_param(t_gatom *x, t_symbol *sel, int argc, t_atom *argv) gobj_vis(&x->a_text.te_g, x->a_glist, 1); gobj_select(&x->a_text.te_g, x->a_glist, 1); canvas_dirty(x->a_glist, 1); + sys_vgui("pdtk_canvas_getscroll .x%lx.c\n", (t_int)x->a_glist); /* glist_retext(x->a_glist, &x->a_text); */ } -- GitLab