summaryrefslogtreecommitdiffstats
path: root/ext/tk/sample
diff options
context:
space:
mode:
authorocean <ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-04-08 14:30:20 +0000
committerocean <ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-04-08 14:30:20 +0000
commitf5f59c4fdc4fd69f325167d073dbd7367f41212b (patch)
treea61e4ecf7450085c8522693fb68f52fe5b8767b8 /ext/tk/sample
parent8910a399b860f2078030d5e397f06351f72e8fcb (diff)
downloadruby-f5f59c4fdc4fd69f325167d073dbd7367f41212b.tar.gz
ruby-f5f59c4fdc4fd69f325167d073dbd7367f41212b.tar.xz
ruby-f5f59c4fdc4fd69f325167d073dbd7367f41212b.zip
* ext/tk/sample/tkextlib/treectrl/random.rb: fixed typo. (drop node outside of
widget, or reenter widget while draggging) git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8280 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/tk/sample')
-rw-r--r--ext/tk/sample/tkextlib/treectrl/random.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/tk/sample/tkextlib/treectrl/random.rb b/ext/tk/sample/tkextlib/treectrl/random.rb
index c10ec9d2a..2c9e614aa 100644
--- a/ext/tk/sample/tkextlib/treectrl/random.rb
+++ b/ext/tk/sample/tkextlib/treectrl/random.rb
@@ -455,7 +455,7 @@ def randomAutoScanCheck(t, x, y)
x1, y1, x2, y2 = t.contentbox
margin = t.winfo_pixels(t.scrollmargin)
if x < x1 + margin || x >= x2 - margin || y < y1 + margin || y >= y2 - margin
- if ! @Priv.exist?(:auroscan, :afterId, t)
+ if ! @Priv.exist?(:autoscan, :afterId, t)
if y >= y2 - margin
t.yview(:scroll, 1, :units)
delay = t.yscrolldelay