aboutsummaryrefslogtreecommitdiff
path: root/pd/src/g_editor.c
diff options
context:
space:
mode:
Diffstat (limited to 'pd/src/g_editor.c')
-rw-r--r--pd/src/g_editor.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/pd/src/g_editor.c b/pd/src/g_editor.c
index 74da81eb..48efb3ae 100644
--- a/pd/src/g_editor.c
+++ b/pd/src/g_editor.c
@@ -1434,6 +1434,8 @@ void canvas_key(t_canvas *x, t_symbol *s, int ac, t_atom *av)
SETSYMBOL(at+1, gotkeysym);
pd_list(keynamesym->s_thing, 0, 2, at);
}
+ if (!x->gl_editor) /* if that 'invis'ed the window, we'd better stop. */
+ return;
if (x && down)
{
/* if an object has "grabbed" keys just send them on */