idlehomescreen/nativeuicontroller/src/aititlepanerenderer.cpp
changeset 1 5315654608de
parent 0 f72a12da539e
child 9 f966699dea19
equal deleted inserted replaced
0:f72a12da539e 1:5315654608de
   208 	iStatusPanel.StopTitlePaneScrollingL();
   208 	iStatusPanel.StopTitlePaneScrollingL();
   209 	}
   209 	}
   210 
   210 
   211 void CAiTitlePaneRenderer::FocusObtainedL()
   211 void CAiTitlePaneRenderer::FocusObtainedL()
   212     {
   212     {
   213     // This scrolls the title pane text only if it has been changed
       
   214     iStatusPanel.RenderTitlePaneL();
   213     iStatusPanel.RenderTitlePaneL();
   215     // Force the scroll just to be safe
       
   216     iStatusPanel.ScrollTitlePaneTextL();
       
   217     }
   214     }
   218 
   215 
   219 void CAiTitlePaneRenderer::FocusLostL()
   216 void CAiTitlePaneRenderer::FocusLostL()
   220 	{
   217 	{
   221 	iStatusPanel.StopTitlePaneScrollingL();
   218 	iStatusPanel.StopTitlePaneScrollingL();