mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-19 15:01:14 +00:00
remove unneeded () from to_pdf() at lib/redmine/helpers/gantt.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@19788 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
f65123df73
commit
f0fdf13d1b
@ -520,7 +520,7 @@ module Redmine
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
g_width = PDF.right_pane_width
|
g_width = PDF.right_pane_width
|
||||||
zoom = (g_width) / (self.date_to - self.date_from + 1)
|
zoom = g_width / (self.date_to - self.date_from + 1)
|
||||||
g_height = 120
|
g_height = 120
|
||||||
t_height = g_height + headers_height
|
t_height = g_height + headers_height
|
||||||
y_start = pdf.GetY
|
y_start = pdf.GetY
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user