diff --git a/pd/src/pd.tk b/pd/src/pd.tk
index e5c83c3bf04de5577c9a5ad55943d41d752e939f..6e56cc0ff5c7d438212c61614de6b9fa29b4b9ed 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)} {