vtuis/videotelui/src/CVtUiRemoteVideoControl.cpp
branchRCL_3
changeset 32 890b5dd735f8
parent 13 50bbdc59f9c4
equal deleted inserted replaced
31:f544d10663bf 32:890b5dd735f8
    96     __VTPRINTENTER( "RemoteVideoControl.ConstructL" )
    96     __VTPRINTENTER( "RemoteVideoControl.ConstructL" )
    97     CreateWindowL();
    97     CreateWindowL();
    98     SetExtent( TPoint(), TSize() );
    98     SetExtent( TPoint(), TSize() );
    99     ActivateL();
    99     ActivateL();
   100 	    
   100 	    
   101     // Disable fading when using DP (eliminates nasty color error)
       
   102     if ( FeatureManager::FeatureSupported( KFeatureIdDisplayPost ) )
       
   103         {
       
   104         Window().SetNonFading( ETrue );
       
   105         }    
       
   106   
       
   107     if ( iAppUi.EventMonitor() )
   101     if ( iAppUi.EventMonitor() )
   108         {
   102         {
   109         iAppUi.EventMonitor()->AddObserverL( this );
   103         iAppUi.EventMonitor()->AddObserverL( this );
   110         }	
   104         }	
   111 	
   105