From 4a2135ea8bc73c178e61643696bb37321c75c937 Mon Sep 17 00:00:00 2001 From: Ivica Ico Bukvic <ico@vt.edu> Date: Thu, 23 May 2013 01:20:13 -0400 Subject: [PATCH] cord inspector is hidden during font scaling --- pd/src/g_editor.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pd/src/g_editor.c b/pd/src/g_editor.c index 038d0fa54..776b7f13e 100644 --- a/pd/src/g_editor.c +++ b/pd/src/g_editor.c @@ -5948,6 +5948,8 @@ static void canvas_dofont(t_canvas *x, t_floatarg font, t_floatarg xresize, if (glist_isvisible(x)) { //fprintf(stderr,"glist_redraw %lx\n", x); + if (magicGlass_isOn(x->gl_magic_glass)) + magicGlass_hide(x->gl_magic_glass); glist_redraw(x); } for (y = x->gl_list; y; y = y->g_next) -- GitLab