From 04867b1f013e0fd9f8f50df707fa22b2acb812cc Mon Sep 17 00:00:00 2001 From: Ivica Ico Bukvic <ico@vt.edu> Date: Wed, 31 Jul 2013 12:31:24 -0400 Subject: [PATCH] added re-checking of preset nodes after pasting/duplicating --- pd/src/g_editor.c | 1 + 1 file changed, 1 insertion(+) diff --git a/pd/src/g_editor.c b/pd/src/g_editor.c index 8b8f7128d..e42f46e17 100644 --- a/pd/src/g_editor.c +++ b/pd/src/g_editor.c @@ -5169,6 +5169,7 @@ static void canvas_dopaste(t_canvas *x, t_binbuf *b) error("failed pasting correctly from external buffer, likely due to incomplete text selection. hopefully you saved your work... please get ready to crash..."); } abort_when_pasting_from_external_buffer = 0; + glob_preset_node_list_check_loc_and_update(); //fprintf(stderr,"end dopaste\n"); } -- GitLab