From 8aac4a7bc4692dfa2cd7f4b3cc5e390d484cbada Mon Sep 17 00:00:00 2001
From: Ivica Ico Bukvic <ico@vt.edu>
Date: Tue, 2 Apr 2013 14:51:02 -0400
Subject: [PATCH] hopefully fixed the scrolling algorithm once and for all
 (don't hold your breath)

---
 pd/src/pd.tk | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pd/src/pd.tk b/pd/src/pd.tk
index e5c83c3bf..6e56cc0ff 100644
--- a/pd/src/pd.tk
+++ b/pd/src/pd.tk
@@ -3579,8 +3579,8 @@ proc pdtk_canvas_getscroll {name} {
 				set ::xscrollable($parentname) 0
 				pack forget $parentname.scrollvert
 				set ::yscrollable($parentname) 0
-				set winwidth [expr {$winwidth + 14}]
-				set winheight [expr {$winheight + 14}]
+				#set winwidth [expr {$winwidth + 14}]
+				#set winheight [expr {$winheight + 14}]
 			}
 
 			if {$winwidth >= $canvaswidth && $::xscrollable($parentname)} {
-- 
GitLab