From 609b1bf2072b4c857c8884b11ba869b37ec18a74 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 14 Jul 2014 22:57:54 +0900 Subject: [PATCH] Fixed systray popup menu damage caused by commit f3088bc. --- amarok/src/systray.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/amarok/src/systray.cpp b/amarok/src/systray.cpp index 4b2f44b9..9a4e0027 100644 --- a/amarok/src/systray.cpp +++ b/amarok/src/systray.cpp @@ -126,9 +126,10 @@ void Amarok::TrayIcon::resizeEvent ( TQResizeEvent * ) resizeTrayIcon(); } -void Amarok::TrayIcon::showEvent ( TQShowEvent * ) +void Amarok::TrayIcon::showEvent ( TQShowEvent *se ) { resizeTrayIcon(); + KSystemTray::showEvent(se); } void