clock2/clockui/utilities/clockmarqueelabel/src/clockmarqueelabel.cpp
branchRCL_3
changeset 60 96907930389d
parent 0 f979ecb2b13e
child 67 1539a383d7b6
equal deleted inserted replaced
59:aba12c885d83 60:96907930389d
   161             {
   161             {
   162             // Marquee is not enabled or all the loops have been executed
   162             // Marquee is not enabled or all the loops have been executed
   163             // The text needs to be drawn here.
   163             // The text needs to be drawn here.
   164             // iMarqueeControl->Stop();
   164             // iMarqueeControl->Stop();
   165             __PRINTS( "Marquee has finished executing all loops" );
   165             __PRINTS( "Marquee has finished executing all loops" );
   166             gc.DrawText( *Text(), aRect, baselineOffset );
   166             if(AknLayoutUtils::LayoutMirrored())
       
   167                 {
       
   168                 gc.DrawText( *Text(), aRect, baselineOffset,CGraphicsContext::ERight  );
       
   169                 }
       
   170             else
       
   171                 {
       
   172                 gc.DrawText( *Text(), aRect, baselineOffset,CGraphicsContext::ELeft );
       
   173                 }
   167             }
   174             }
   168         
   175         
   169         }
   176         }
   170     
   177     
   171     __PRINTS( "CClockMarqueeLabel::RedrawRect - Exit" );
   178     __PRINTS( "CClockMarqueeLabel::RedrawRect - Exit" );