mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04:00
...
This commit is contained in:
parent
5c9d3386ee
commit
16a5a9abff
@ -182,7 +182,7 @@ class Cell:
|
||||
else:
|
||||
top += ls
|
||||
bottom += ls
|
||||
left = parindent if int == 1 else 0
|
||||
left = 0
|
||||
continue
|
||||
if isinstance(token, Plot):
|
||||
width, height = self.pts_to_pixels(token.xsize), self.pts_to_pixels(token.ysize)
|
||||
|
Loading…
x
Reference in New Issue
Block a user