From 9ef51b11b665a66d3622d72c32366d10a3a24a49 Mon Sep 17 00:00:00 2001 From: Ivica Ico Bukvic <ico@vt.edu> Date: Fri, 20 Jul 2012 23:27:06 -0400 Subject: [PATCH] removed lingering debug stderr output and improved debugging of the selection of all gop widgets --- src/pd.tk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/pd.tk b/src/pd.tk index dec2ea0e8..22732a485 100644 --- a/src/pd.tk +++ b/src/pd.tk @@ -3351,7 +3351,7 @@ proc pdtk_canvas_mouseup {name x y b} { #} proc pdtk_select_all_gop_widgets {name gop state} { - #puts stderr "======================$name $gop" + #puts stderr "======================$name $gop $state" foreach item [$name.c find all] { #puts stderr [$name.c gettags $item] foreach tag [$name.c gettags $item] { @@ -4859,7 +4859,6 @@ proc pdtk_iemgui_dialog {id mainheader \ } match_linux_wm [list label $id.dim.dummy1 -text " " -width 1] match_linux_wm [list label $id.dim.dummy2 -text " " -width 1] - puts stderr [eval concat $$var_iemgui_hide] pack $id.dim.w_lab $id.dim.w_ent $id.dim.dummy1 $id.dim.h $id.dim.dummy2 -side left } else { match_linux_wm [list label $id.dim.dummy1 -text " " -width 10] -- GitLab