This commit is contained in:
Kovid Goyal 2024-12-15 19:09:03 +05:30
parent 5c9d3386ee
commit 16a5a9abff
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -182,7 +182,7 @@ class Cell:
else: else:
top += ls top += ls
bottom += ls bottom += ls
left = parindent if int == 1 else 0 left = 0
continue continue
if isinstance(token, Plot): if isinstance(token, Plot):
width, height = self.pts_to_pixels(token.xsize), self.pts_to_pixels(token.ysize) width, height = self.pts_to_pixels(token.xsize), self.pts_to_pixels(token.ysize)