mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-06 14:25:08 +01:00
This commit is contained in:
parent
1783f0d673
commit
061bdf0f56
1 changed files with 1 additions and 1 deletions
|
|
@ -365,7 +365,7 @@ def __init__(self, line_length, offset, linespace, align, hyphenate, block_id):
|
|||
self.tokens = collections.deque()
|
||||
self.current_width = 0
|
||||
self.length_in_space = 0
|
||||
self.height, self.descent = 0, 0
|
||||
self.height, self.descent, self.width = 0, 0, 0
|
||||
self.links = collections.deque()
|
||||
self.current_link = None
|
||||
self.valign = None
|
||||
|
|
|
|||
Loading…
Reference in a new issue