Modify ↓
Opened 11 years ago
Closed 11 years ago
#11387 closed defect (fixed)
variable naming of font_path leads to false assumptions
Reported by: | anonymous | Owned by: | Ryan J Ollos |
---|---|---|---|
Priority: | normal | Component: | GanttChartPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: |
Description (last modified by )
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.
Attachments (0)
Change History (4)
comment:1 Changed 11 years ago by
Owner: | changed from malsmith to Ryan J Ollos |
---|---|
Status: | new → assigned |
comment:2 Changed 11 years ago by
Description: | modified (diff) |
---|
comment:3 Changed 11 years ago by
Description: | modified (diff) |
---|
comment:4 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
In 13556: