Skip to content

Commit

Permalink
Merge pull request #735 from chinapandaman/PPF-734
Browse files Browse the repository at this point in the history
PPF-734: fix a bug that causes more than one images not filling
  • Loading branch information
chinapandaman authored Sep 25, 2024
2 parents c56e1be + 48fcd11 commit da02f37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PyPDFForm/filler.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def fill(
widget_dict, widgets[key], radio_button_tracker
)
elif isinstance(widgets[key], (Signature, Image)):
any_image_to_draw = signature_image_handler(
any_image_to_draw |= signature_image_handler(
widget_dict, widgets[key], images_to_draw[page]
)
else:
Expand Down

0 comments on commit da02f37

Please sign in to comment.