Merge(backport) r6135 from trunk (#8737).

PDF: add 'ln' parameter for drawing lines at RDMMultiCell().

Contributed by Jun NAITOH.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/branches/1.2-stable@6144 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2011-07-02 04:47:27 +00:00
parent 9543e0a103
commit 656e651c33
1 changed files with 2 additions and 2 deletions

View File

@ -111,8 +111,8 @@ module Redmine
Cell(w, h, fix_text_encoding(txt), border, ln, align, fill, link)
end
def RDMMultiCell(w,h=0,txt='',border=0,align='',fill=0)
MultiCell(w,h,fix_text_encoding(txt),border,align,fill)
def RDMMultiCell(w, h=0, txt='', border=0, align='', fill=0, ln=1)
MultiCell(w, h, fix_text_encoding(txt), border, align, fill, ln)
end
def Footer