Remove duplicate line
This commit is contained in:
@@ -272,7 +272,6 @@ class Calendar(Report):
|
|||||||
for (format, p, m_list) in list_:
|
for (format, p, m_list) in list_:
|
||||||
for line in reversed(p.split("\n")):
|
for line in reversed(p.split("\n")):
|
||||||
# make sure text will fit:
|
# make sure text will fit:
|
||||||
numpos = pt2cm(pnumbers.get_font().get_size())
|
|
||||||
if position - 0.1 >= cell_height - numpos: # font daynums
|
if position - 0.1 >= cell_height - numpos: # font daynums
|
||||||
break
|
break
|
||||||
font = ptext.get_font()
|
font = ptext.get_font()
|
||||||
|
Reference in New Issue
Block a user