Index: files/patch-applets_timer_timer.cpp =================================================================== --- files/patch-applets_timer_timer.cpp (nonexistent) +++ files/patch-applets_timer_timer.cpp (working copy) @@ -0,0 +1,11 @@ +--- applets/timer/timer.cpp.orig 2017-01-12 05:36:14 UTC ++++ applets/timer/timer.cpp +@@ -498,7 +498,7 @@ void Timer::toggleTimerVisible() + m_blinkAnim = animGroup; + } + +- m_blinkAnim->setDirection(qFuzzyCompare(m_hoursDigit[0]->opacity(), 1.0) ? ++ m_blinkAnim->setDirection(qFuzzyCompare(m_hoursDigit[0]->opacity(), qreal(1.0)) ? + QAbstractAnimation::Forward : QAbstractAnimation::Backward); + m_blinkAnim->start(); + } Property changes on: files/patch-applets_timer_timer.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property