##// END OF EJS Templates
pdf: replace "id_width" parameter name to original "col_id_width" (#14178)...
Toshi MARUYAMA -
r11691:1fd7540b8586
parent child
Show More
@@ -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, id_width, col_widths)
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