mirror of
https://github.com/meineerde/redmine.git
synced 2025-10-17 17:01:01 +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
|
||||
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
|
||||
t_height = g_height + headers_height
|
||||
y_start = pdf.GetY
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user