mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 15:32:23 -04:00
fix windParent in browser
This commit is contained in:
parent
222e8a93df
commit
d9d795af55
1 changed files with 1 additions and 1 deletions
|
@ -282,7 +282,7 @@ class EditDeck(QMainWindow):
|
|||
windParent = None
|
||||
else:
|
||||
windParent = parent
|
||||
QMainWindow.__init__(self, parent)
|
||||
QMainWindow.__init__(self, windParent)
|
||||
self.parent = parent
|
||||
self.deck = self.parent.deck
|
||||
self.config = parent.config
|
||||
|
|
Loading…
Reference in a new issue