equal
deleted
inserted
replaced
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 ); |