mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
This commit is contained in:
parent
1783f0d673
commit
061bdf0f56
@ -365,7 +365,7 @@ class Line(QGraphicsItem):
|
||||
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…
x
Reference in New Issue
Block a user