Skip to content

Commit

Permalink
Merge pull request #1379 from BlueGreenMagick/dont-fill-empty-on-add-…
Browse files Browse the repository at this point in the history
…cards

set CardLayout fill_empty=False for add cards editor
  • Loading branch information
dae committed Sep 21, 2021
1 parent 2772e35 commit fb07bad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qt/aqt/editor.py
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ def _onCardLayout(self) -> None:
self.note,
ord=ord,
parent=self.parentWindow,
fill_empty=self.addMode,
fill_empty=False,
)
if isWin:
self.parentWindow.activateWindow()
Expand Down

0 comments on commit fb07bad

Please sign in to comment.