From f11c21d1ca6983cb2f9e2e51544c7d386184f9d4 Mon Sep 17 00:00:00 2001 From: Ivica Ico Bukvic <ico@vt.edu> Date: Tue, 2 Sep 2014 19:08:49 -0400 Subject: [PATCH] *cosmetic changes (need to identify where the slowdowncomes from in respect to editing arrays in editmode vs not in editmode) --- pd/src/pd.tk | 1 - 1 file changed, 1 deletion(-) diff --git a/pd/src/pd.tk b/pd/src/pd.tk index 4a81db78f..f3a9daae5 100644 --- a/pd/src/pd.tk +++ b/pd/src/pd.tk @@ -4199,7 +4199,6 @@ proc pdtk_canvas_mouseup {name x y b} { # we use this to ensure that all gop children are selected for # optimized displace and other operations without having to redraw # canvas on every operation -# (could this be further improved by using && for tags?) proc pdtk_select_all_gop_widgets {name gop state} { #puts stderr "pdtk_select_all_gop_widgets $name $gop $state" foreach item [$name.c find all] { -- GitLab