Stop the pretty OSD from bringing clementine to front on OS X.

This commit is contained in:
John Maguire 2010-04-14 12:26:29 +00:00
parent 3b1188838b
commit 6bac7f6cec

View File

@ -53,7 +53,7 @@ OSDPretty::OSDPretty(QWidget *parent)
fading_enabled_(false),
fader_(new QTimeLine(300, this))
{
setWindowFlags(Qt::ToolTip |
setWindowFlags(Qt::SplashScreen |
Qt::FramelessWindowHint |
Qt::WindowStaysOnTopHint);
setAttribute(Qt::WA_TranslucentBackground, true);