textinput/peninputarc/src/peninputlayoutcontrol/peninputlayoutcontrolgroup.cpp
changeset 13 3b79bedfdc20
parent 0 eb1f2e154e89
child 18 c8fb4cf7b3ae
equal deleted inserted replaced
0:eb1f2e154e89 13:3b79bedfdc20
   306             RemoveOwnedControl(aControl);
   306             RemoveOwnedControl(aControl);
   307             bFound = ETrue;            
   307             bFound = ETrue;            
   308             }
   308             }
   309         }
   309         }
   310         
   310         
   311     if(bFound && !aControl->Hiden())
   311     if(bFound && aControl != NULL && !aControl->Hiden())
   312         {
   312         {
   313         //change iRect
   313         //change iRect
   314         if(iCtrlList.Count())
   314         if(iCtrlList.Count())
   315             {
   315             {
   316             iRect = iCtrlList[0]->Rect();
   316             iRect = iCtrlList[0]->Rect();