textinput/peninputarc/src/peninputlayoutcontrol/peninputlayoutpopupwnd.cpp
branchRCL_3
changeset 22 1bbdde98cc2d
parent 19 5e18d8c489d6
child 38 b1ea1642412e
equal deleted inserted replaced
19:5e18d8c489d6 22:1bbdde98cc2d
   499 	    TRect rt;
   499 	    TRect rt;
   500 	    rt.SetSize( layoutOwner->LayoutRect().Size() );
   500 	    rt.SetSize( layoutOwner->LayoutRect().Size() );
   501         layoutOwner->SetPosition(iPrevLayoutRect.iTl);
   501         layoutOwner->SetPosition(iPrevLayoutRect.iTl);
   502        	layoutOwner->LayoutSizeChanged(iPrevLayoutRect.Size());
   502        	layoutOwner->LayoutSizeChanged(iPrevLayoutRect.Size());
   503         RootControl()->GraphicDeviceSizeChanged();
   503         RootControl()->GraphicDeviceSizeChanged();
       
   504         bRedraw = ETrue;
   504 	    }
   505 	    }
   505 	    
   506 	    
   506     if (bRedraw)    
   507     if (bRedraw)    
   507 	    {
   508 	    {
   508         RootControl()->Draw();
   509         RootControl()->Draw();