Opened 10 years ago

Last modified 10 years ago

#11387 closed defect

variable naming of font_path leads to false assumptions — at Version 3

Reported by: anonymous Owned by: Ryan J Ollos
Priority: normal Component: GanttChartPlugin
Severity: normal Keywords:
Cc: Trac Release:

Description (last modified by Ryan J Ollos)

Because the variable was called font_path and the example stated out /path/to/font/ I added the path to the font there, until I go throw the implementation and found out that the font has to be defined instead.

So the variable should be either renamed to font_file or an additional variable should be used to define the font within font_path.

Minor fix but I spend approx. an hour to find.

Change History (3)

comment:1 Changed 10 years ago by Ryan J Ollos

Owner: changed from malsmith to Ryan J Ollos
Status: newassigned

comment:2 Changed 10 years ago by Ryan J Ollos

Description: modified (diff)

comment:3 Changed 10 years ago by Ryan J Ollos

Description: modified (diff)
Note: See TracTickets for help on using tickets.