Skip to content

Commit

Permalink
fix card.template() in card layout screen
Browse files Browse the repository at this point in the history
  • Loading branch information
dae committed Aug 30, 2020
1 parent 9fcd6c6 commit 3f40304
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions qt/aqt/clayout.py
Original file line number Diff line number Diff line change
Expand Up @@ -529,6 +529,7 @@ def ephemeral_card_for_rendering(self) -> Card:
fill_empty=self.fill_empty_action_toggled,
).render()
card.set_render_output(output)
card._note = self.note
return card

# Card operations
Expand Down

0 comments on commit 3f40304

Please sign in to comment.