From 75380f4441ca591b3a501a13da8fe2428f730933 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Fri, 9 Oct 2009 11:09:09 +0000 Subject: fixed popup widget attributes git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1295 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/General/notifier/popupwidget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins') diff --git a/src/plugins/General/notifier/popupwidget.cpp b/src/plugins/General/notifier/popupwidget.cpp index b69f21ef6..54779728c 100644 --- a/src/plugins/General/notifier/popupwidget.cpp +++ b/src/plugins/General/notifier/popupwidget.cpp @@ -39,7 +39,7 @@ PopupWidget::PopupWidget(QWidget *parent) setWindowFlags(Qt::X11BypassWindowManagerHint | Qt::WindowStaysOnTopHint | Qt::Dialog | Qt::FramelessWindowHint); setFrameStyle(QFrame::Box | QFrame::Plain); - + setAttribute(Qt::WA_QuitOnClose, FALSE); QHBoxLayout *hlayout = new QHBoxLayout(this); //layout m_pixlabel = new QLabel(this); m_pixlabel->setPixmap(QPixmap(":/notifier_icon.png")); -- cgit v1.2.3-13-gbd6f