mirror of
https://github.com/redmine/redmine.git
synced 2026-03-06 12:31:40 +01: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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user