aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/notifier
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2010-05-07 18:08:49 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2010-05-07 18:08:49 +0000
commit4851f731ea813a9404afe182f81787010705a088 (patch)
tree3d22bc975dd9807eaf6d606c3b6190933f96a3c7 /src/plugins/General/notifier
parent57fb592e257a08eb4f4cbcec6d4620b70456a883 (diff)
downloadqmmp-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.cpp4
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();
}