mirror of
https://github.com/ankitects/anki.git
synced 2025-12-31 15:52:58 -05:00
fix editcards crash / release as 2.0.46
This commit is contained in:
parent
32fca484f1
commit
c914293e46
1 changed files with 0 additions and 1 deletions
|
|
@ -16,7 +16,6 @@ class EditCurrent(QDialog):
|
|||
QDialog.__init__(self, None, Qt.Window)
|
||||
else:
|
||||
QDialog.__init__(self, mw)
|
||||
QDialog.__init__(self, None, Qt.Window)
|
||||
self.mw = mw
|
||||
self.form = aqt.forms.editcurrent.Ui_Dialog()
|
||||
self.form.setupUi(self)
|
||||
|
|
|
|||
Loading…
Reference in a new issue