@@ -511,8 +511,9 module Redmine | |||||
511 |
|
511 | |||
512 | # Draw lines to close the row (MultiCell border drawing in not uniform) |
|
512 | # Draw lines to close the row (MultiCell border drawing in not uniform) | |
513 | # |
|
513 | # | |
514 | # parameter "id_width" is not used. it is kept for compatibility. |
|
514 | # parameter "col_id_width" is not used. it is kept for compatibility. | |
515 |
def issues_to_pdf_draw_borders(pdf, top_x, top_y, lower_y, |
|
515 | def issues_to_pdf_draw_borders(pdf, top_x, top_y, lower_y, | |
|
516 | col_id_width, col_widths) | |||
516 | col_x = top_x |
|
517 | col_x = top_x | |
517 | pdf.Line(col_x, top_y, col_x, lower_y) # id right border |
|
518 | pdf.Line(col_x, top_y, col_x, lower_y) # id right border | |
518 | col_widths.each do |width| |
|
519 | col_widths.each do |width| |
General Comments 0
You need to be logged in to leave comments.
Login now