textinput/peninputarc/src/peninputlayoutcontrol/peninputlayoutcontrolgroup.cpp
branchRCL_3
changeset 10 6defe5d1bd39
parent 0 eb1f2e154e89
child 18 c8fb4cf7b3ae
equal deleted inserted replaced
8:6ceef9a83b1a 10:6defe5d1bd39
   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();