mirror of
https://github.com/ankitects/anki.git
synced 2025-11-09 06:07:11 -05:00
make sure stats window starts focused on osx
This commit is contained in:
parent
017984c15c
commit
25cc3eceb5
1 changed files with 1 additions and 0 deletions
|
|
@ -40,6 +40,7 @@ class DeckStats(QDialog):
|
|||
addCloseShortcut(self)
|
||||
self.refresh()
|
||||
self.show()
|
||||
self.activateWindow()
|
||||
|
||||
def reject(self):
|
||||
saveGeom(self, self.name)
|
||||
|
|
|
|||
Loading…
Reference in a new issue