From 9a05b348a1f368f5c2dfc95cd63f7d7be0c40217 Mon Sep 17 00:00:00 2001 From: doitux Date: Thu, 14 Jun 2007 23:34:51 +0000 Subject: [PATCH] --- src/gui/qt/mainwindow/mysetlabel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/qt/mainwindow/mysetlabel.cpp b/src/gui/qt/mainwindow/mysetlabel.cpp index 4b370d82..03b2e1c5 100644 --- a/src/gui/qt/mainwindow/mysetlabel.cpp +++ b/src/gui/qt/mainwindow/mysetlabel.cpp @@ -86,7 +86,7 @@ void MySetLabel::nextTimeOutAnimationFrame() { //save gfx ressources and never play more the 10 pps // timeOutAnimationWidth = timeOutAnimationWidth - decreaseWidthIntervall; unsigned int realTimerValue = realTimer.elapsed().total_milliseconds(); - timeOutAnimationWidth = 118-((realTimerValue*118)/(timeOutValue*1000)); + timeOutAnimationWidth = 118-(((realTimerValue-3000)*118)/((timeOutValue-3)*1000)); } timeOutFrame++;