meetingrequest/mrgui/src/cmrtoolbar.cpp
branchRCL_3
changeset 16 b5fbb9b25d57
parent 12 4ce476e64c59
equal deleted inserted replaced
14:b13141f05c3d 16:b5fbb9b25d57
   245     {
   245     {
   246     TRect rect( 0, 0, 0, 0 );
   246     TRect rect( 0, 0, 0, 0 );
   247     
   247     
   248     if( iToolbar && iToolbar->IsShown() )
   248     if( iToolbar && iToolbar->IsShown() )
   249         {
   249         {
   250         rect = iToolbar->Rect(); 
   250         rect.SetRect( iToolbar->PositionRelativeToScreen(), iToolbar->Rect().Size() );
   251         }
   251         }
   252     
   252     
   253     return rect;
   253     return rect;
   254     }
   254     }
   255 
   255