mpxplugins/viewplugins/views/commonplaybackview/src/mpxplaybackviewinfolabel.cpp
changeset 4 beaa16f65879
parent 1 8118492f1bdf
equal deleted inserted replaced
3:3f752ecfeea4 4:beaa16f65879
   146 void CMPXPlaybackViewInfoLabel::StartMarquee()
   146 void CMPXPlaybackViewInfoLabel::StartMarquee()
   147     {
   147     {
   148     if ( iMarquee )
   148     if ( iMarquee )
   149         {
   149         {
   150         TBool need = NeedToScroll();
   150         TBool need = NeedToScroll();
       
   151         iMarquee->Stop();
   151         if ( need && !iMarquee->IsMarqueeOn() )
   152         if ( need && !iMarquee->IsMarqueeOn() )
   152             {
   153             {
   153             iMarquee->Reset();
   154             iMarquee->Reset();
   154             }
   155             }
   155         iMarquee->EnableMarquee( need );
   156         iMarquee->EnableMarquee( need );