Damien Elmes 2020-08-30 11:23:44 +10:00
parent 9fcd6c66f4
commit 3f403040db

View file

@ -529,6 +529,7 @@ class CardLayout(QDialog):
fill_empty=self.fill_empty_action_toggled, fill_empty=self.fill_empty_action_toggled,
).render() ).render()
card.set_render_output(output) card.set_render_output(output)
card._note = self.note
return card return card
# Card operations # Card operations