--- idraw2tk.pl.orig Fri Jun 18 15:00:53 1999 +++ idraw2tk.pl Fri Jun 18 15:08:13 1999 @@ -304,3 +304,3 @@ -canvas $c -scrollincrement 150 +canvas $c -xscrollincrement 150 -yscrollincrement 150 scrollbar $w.vscroll -relief sunken -command "$c yview" @@ -314,3 +314,3 @@ $c {top expand fill} -$c config -xscroll "$w.hscroll set" -yscroll "$w.vscroll set" +$c config -xscrollcommand "$w.hscroll set" -yscrollcommand "$w.vscroll set" update