make sure stats window starts focused on osx

This commit is contained in:
Damien Elmes 2017-06-06 16:16:00 +10:00
parent 017984c15c
commit 25cc3eceb5

View file

@ -40,6 +40,7 @@ class DeckStats(QDialog):
addCloseShortcut(self)
self.refresh()
self.show()
self.activateWindow()
def reject(self):
saveGeom(self, self.name)