From 4851f731ea813a9404afe182f81787010705a088 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Fri, 7 May 2010 18:08:49 +0000 Subject: fixed volume notification git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1720 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/General/notifier/popupwidget.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/plugins') 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("" + tr("Volume:") + QString (" %1\%").arg(v)+ + ""); + show(); qApp->processEvents(); updateGeometry(); resize(sizeHint()); - qApp->processEvents(); updatePosition(); - qApp->processEvents(); - show(); m_timer->start(); } -- cgit v1.2.3-13-gbd6f