Focus the window when activating from systray

This commit is contained in:
Dag Heyman 2016-06-08 13:26:53 +02:00
parent 5e1dcb2e80
commit ca5609274f

View File

@ -63,6 +63,7 @@ class Systray(QtGui.QSystemTrayIcon):
def _show(self):
self.parent().window.show()
self.parent().window.activateWindow()
self.parent().window.raise_()
def quit(self):
self.hide()