mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* ext/tk/sample/demo-jp/floor.rb: bug on scrollbar assignment
* ext/tk/sample/demo-jp/floor2.rb: ditto * ext/tk/sample/demo-en/floor.rb: ditto * ext/tk/sample/demo-en/floor2.rb: ditto git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@8131 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
5505449793
commit
827a62edd7
4 changed files with 8 additions and 8 deletions
|
@ -1667,8 +1667,8 @@ else
|
|||
|
||||
pack('expand'=>'yes', 'fill'=>'both', 'padx'=>1, 'pady'=>1)
|
||||
|
||||
v.command(proc{|*args| f.yview(*args)})
|
||||
h.command(proc{|*args| f.xview(*args)})
|
||||
v.command(proc{|*args| $floor_canvas.yview(*args)})
|
||||
h.command(proc{|*args| $floor_canvas.xview(*args)})
|
||||
}
|
||||
end
|
||||
|
||||
|
|
|
@ -1667,8 +1667,8 @@ else
|
|||
|
||||
pack('expand'=>'yes', 'fill'=>'both', 'padx'=>1, 'pady'=>1)
|
||||
|
||||
v.command(proc{|*args| f.yview(*args)})
|
||||
h.command(proc{|*args| f.xview(*args)})
|
||||
v.command(proc{|*args| $floor2_canvas.yview(*args)})
|
||||
h.command(proc{|*args| $floor2_canvas.xview(*args)})
|
||||
}
|
||||
end
|
||||
|
||||
|
|
|
@ -1664,8 +1664,8 @@ else
|
|||
|
||||
pack('expand'=>'yes', 'fill'=>'both', 'padx'=>1, 'pady'=>1)
|
||||
|
||||
v.command(proc{|*args| f.yview(*args)})
|
||||
h.command(proc{|*args| f.xview(*args)})
|
||||
v.command(proc{|*args| $floor_canvas.yview(*args)})
|
||||
h.command(proc{|*args| $floor_canvas.xview(*args)})
|
||||
}
|
||||
end
|
||||
|
||||
|
|
|
@ -1664,8 +1664,8 @@ else
|
|||
|
||||
pack('expand'=>'yes', 'fill'=>'both', 'padx'=>1, 'pady'=>1)
|
||||
|
||||
v.command(proc{|*args| f.yview(*args)})
|
||||
h.command(proc{|*args| f.xview(*args)})
|
||||
v.command(proc{|*args| $floor2_canvas.yview(*args)})
|
||||
h.command(proc{|*args| $floor2_canvas.xview(*args)})
|
||||
}
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue