diff --git a/ChangeLog b/ChangeLog index cf39d9df8c..6196e2d7f8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Thu Oct 7 23:47:57 2004 Hidetoshi NAGAI + + * ext/tk/lib/tk/scrollbar.rb: When 'set' operation, a scrollbar + cannot propagate view port information from the source widget + (that calls 'set') to other assigned widgets. + Thu Oct 7 17:36:25 2004 Hidetoshi NAGAI * ext/tk/lib/tk.rb: When CHILDKILLED and so on, Tk.errorCode returns diff --git a/ext/tk/lib/tk/scrollbar.rb b/ext/tk/lib/tk/scrollbar.rb index 98b0247207..c6591a1270 100644 --- a/ext/tk/lib/tk/scrollbar.rb +++ b/ext/tk/lib/tk/scrollbar.rb @@ -29,6 +29,15 @@ class TkScrollbar