mirror of
https://github.com/ankitects/anki.git
synced 2025-11-09 14:17:13 -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)
|
addCloseShortcut(self)
|
||||||
self.refresh()
|
self.refresh()
|
||||||
self.show()
|
self.show()
|
||||||
|
self.activateWindow()
|
||||||
|
|
||||||
def reject(self):
|
def reject(self):
|
||||||
saveGeom(self, self.name)
|
saveGeom(self, self.name)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue