From 93b4b995c74e4b5844bca423c99fb4a31a6cf89e Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Thu, 6 May 2010 20:33:09 +0000 Subject: fixed popup widget git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1717 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/General/notifier/popupwidget.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src') diff --git a/src/plugins/General/notifier/popupwidget.cpp b/src/plugins/General/notifier/popupwidget.cpp index c87f1fd77..374e24bbc 100644 --- a/src/plugins/General/notifier/popupwidget.cpp +++ b/src/plugins/General/notifier/popupwidget.cpp @@ -109,13 +109,11 @@ void PopupWidget::showMetaData() m_pixlabel->setPixmap(QPixmap(":/notifier_icon.png")); m_pixlabel->setFixedSize(32,32); } + show(); qApp->processEvents(); updateGeometry(); resize(sizeHint()); - qApp->processEvents(); updatePosition(); - qApp->processEvents(); - show(); m_timer->start(); } -- cgit v1.2.3-13-gbd6f