mmsharing/mmshui/src/musuiclipsharingview.cpp
branchRCL_3
changeset 21 ce86b6d44a6d
parent 19 95754dcd27ad
child 24 407431f36921
equal deleted inserted replaced
19:95754dcd27ad 21:ce86b6d44a6d
   465 
   465 
   466 // -----------------------------------------------------------------------------
   466 // -----------------------------------------------------------------------------
   467 //
   467 //
   468 // -----------------------------------------------------------------------------
   468 // -----------------------------------------------------------------------------
   469 //
   469 //
   470 void CMusUiClipSharingView::RefreshView( TBool /*aLayoutChange*/ )
   470 void CMusUiClipSharingView::RefreshView()
   471     {
   471     {
   472     MUS_LOG( "mus: [MUSUI ]  -> CMusUiClipSharingView::RefreshView" );
   472     MUS_LOG( "mus: [MUSUI ]  -> CMusUiClipSharingView::RefreshView" );
   473     
   473     
   474 
   474     if ( iBackgroundContainer )
       
   475         {
       
   476         iBackgroundContainer->SetRect( ClientRect() );
       
   477         }
       
   478     
   475     if ( iContainer )
   479     if ( iContainer )
   476         {            
   480         {            
   477         TInt height = MusAppUi()->ApplicationRect().Height();
   481         TInt height = MusAppUi()->ApplicationRect().Height();
   478         MUS_LOG1( "mus: [MUSUI ]  -> application rect height: %d", height );
   482         MUS_LOG1( "mus: [MUSUI ]  -> application rect height: %d", height );
   479         TInt containerHeight = (KMusUiContainerHeight * height) / KDefaultResolutionHeight;
   483         TInt containerHeight = (KMusUiContainerHeight * height) / KDefaultResolutionHeight;