Fixed systray popup menu damage caused by commit f3088bc.

pull/1/head
Michele Calgaro 10 years ago
parent f3088bc3de
commit 609b1bf207

@ -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

Loading…
Cancel
Save