Project

General

Profile

Bug #11888 ยป bug_11888.patch

matsuda (Akira Matsuda), 12/27/2015 09:19 AM

View differences:

ext/tk/lib/tk/canvas.rb
def rchars(tag, first, last, str_or_coords)
# Tcl/Tk 8.6 or later
str_or_coords = str_or_coords.flatten if str_or_coords.kinad_of? Array
str_or_coords = str_or_coords.flatten if str_or_coords.kind_of? Array
tk_send_without_enc('rchars', tagid(tag), first, last, str_or_coords)
self
end
    (1-1/1)