summaryrefslogtreecommitdiff
path: root/lib/tkscrollbox.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/tkscrollbox.rb')
-rw-r--r--lib/tkscrollbox.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/tkscrollbox.rb b/lib/tkscrollbox.rb
index b8dbe9b236..76844ed90a 100644
--- a/lib/tkscrollbox.rb
+++ b/lib/tkscrollbox.rb
@@ -18,8 +18,8 @@ class TkScrollbox<TkListbox
scroll.configure 'command', list.path+" yview"
scroll.pack 'side'=>'right','fill'=>'y'
- delegate('DEFALUT', list)
- delegate('foreground', list, scroll)
+ delegate('DEFAULT', list)
+ delegate('foreground', list)
delegate('background', list, scroll)
delegate('borderwidth', @frame)
delegate('relief', @frame)