phoneapp/phoneuiview/src/cphonedialerview.cpp
branchRCL_3
changeset 4 24062c24fe38
parent 3 8871b09be73b
child 6 38529f706030
equal deleted inserted replaced
3:8871b09be73b 4:24062c24fe38
   324                 iControl->SetRect( Rect() );
   324                 iControl->SetRect( Rect() );
   325                 }    
   325                 }    
   326             }
   326             }
   327         else
   327         else
   328             {
   328             {
   329             if ( iControlRect != iControl->Rect() )
   329             iControl->SetRect( iControlRect );
   330                 {
       
   331                 iControl->SetRect( iControlRect );
       
   332                 }
       
   333             } 
   330             } 
   334         }
   331         }
   335     }
   332     }
   336 
   333 
   337 // -----------------------------------------------------------------------------
   334 // -----------------------------------------------------------------------------