diff --git a/pd/src/g_editor.c b/pd/src/g_editor.c
index b41086d47cdd1da592724244e2728b3fa9192de0..06a773db662f2c088626c3fbd0f4e330d4e4b822 100644
--- a/pd/src/g_editor.c
+++ b/pd/src/g_editor.c
@@ -8042,7 +8042,7 @@ void canvas_editmode(t_canvas *x, t_floatarg fyesplease)
     }
     if (glist_isvisible(x))
     {
-        int edit = !glob_ctrl && x->gl_edit;
+        int edit = /*!glob_ctrl && */x->gl_edit;
         gui_vmess("gui_canvas_set_editmode", "xi",
             glist_getcanvas(x),
             edit);