From e5be31f9d5f390d9e633bca7e2574c9002ab0244 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Jastrz=C4=99bski?= Date: Wed, 4 Dec 2013 19:04:54 +0100 Subject: [PATCH] TrayIcon: Clicking it now properly unminimize window --- kcc/KCC_gui.py | 1 + 1 file changed, 1 insertion(+) diff --git a/kcc/KCC_gui.py b/kcc/KCC_gui.py index 1420f16..05a4b58 100644 --- a/kcc/KCC_gui.py +++ b/kcc/KCC_gui.py @@ -541,6 +541,7 @@ class SystemTrayIcon(QtGui.QSystemTrayIcon): self.activated.connect(self.catchClicks) def catchClicks(self): + MW.showNormal() MW.raise_() MW.activateWindow()