diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2010-05-07 18:08:49 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2010-05-07 18:08:49 +0000 |
| commit | 4851f731ea813a9404afe182f81787010705a088 (patch) | |
| tree | 3d22bc975dd9807eaf6d606c3b6190933f96a3c7 /src/plugins/General/notifier | |
| parent | 57fb592e257a08eb4f4cbcec6d4620b70456a883 (diff) | |
| download | qmmp-4851f731ea813a9404afe182f81787010705a088.tar.gz qmmp-4851f731ea813a9404afe182f81787010705a088.tar.bz2 qmmp-4851f731ea813a9404afe182f81787010705a088.zip | |
fixed volume notification
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1720 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General/notifier')
| -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 374e24bbc..1fa980e3f 100644 --- a/src/plugins/General/notifier/popupwidget.cpp +++ b/src/plugins/General/notifier/popupwidget.cpp @@ -125,13 +125,11 @@ void PopupWidget::showVolume(int v) m_label1->setAlignment(Qt::AlignVCenter); m_label1->setText("<b>" + tr("Volume:") + QString (" %1\%").arg(v)+ + "</b>"); + show(); qApp->processEvents(); updateGeometry(); resize(sizeHint()); - qApp->processEvents(); updatePosition(); - qApp->processEvents(); - show(); m_timer->start(); } |
