Skip to content

Commit

Permalink
Merge pull request #260 from will-moore/reportlab_3_4_bugfix
Browse files Browse the repository at this point in the history
reportlab_3_4_bugfix
  • Loading branch information
jburel committed Jan 24, 2018
2 parents 2632b75 + 5369f95 commit 32ab9ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion omero_figure/scripts/omero/figure_scripts/Figure_To_Pdf.py
Expand Up @@ -1195,7 +1195,7 @@ def add_para_with_thumb(self, text, page_y, style, thumb_src=None):
parah = h
# If there's not enough space, start a new page
if parah > (page_y - margin):
c.save()
c.showPage()
page_y = maxh # reset to top of new page
if thumb_src is not None:
c.drawImage(thumb_src, margin, page_y - imgh, imgw, imgh)
Expand Down

0 comments on commit 32ab9ee

Please sign in to comment.