diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2010-05-06 20:33:09 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2010-05-06 20:33:09 +0000 |
| commit | 93b4b995c74e4b5844bca423c99fb4a31a6cf89e (patch) | |
| tree | 1ad5f5c10a24fcb8918e54fb0db9167b430fdbd4 /src/plugins/General | |
| parent | d2b37ec8fb08805bfafb828d45c6b5e958768a77 (diff) | |
| download | qmmp-93b4b995c74e4b5844bca423c99fb4a31a6cf89e.tar.gz qmmp-93b4b995c74e4b5844bca423c99fb4a31a6cf89e.tar.bz2 qmmp-93b4b995c74e4b5844bca423c99fb4a31a6cf89e.zip | |
fixed popup widget
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1717 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General')
| -rw-r--r-- | src/plugins/General/notifier/popupwidget.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
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(); } |
