Fix kmix systray popup menu damage caused by commit 1742070b

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
pull/1/head
Slávek Banko 10 years ago
parent 9d1e7f2d42
commit d553c23f69

@ -260,9 +260,10 @@ void KMixDockWidget::resizeEvent ( TQResizeEvent * )
updatePixmap(true);
}
void KMixDockWidget::showEvent ( TQShowEvent * )
void KMixDockWidget::showEvent ( TQShowEvent *se )
{
updatePixmap(true);
KSystemTray::showEvent(se);
}
void

Loading…
Cancel
Save