vtuis/videotelui/src/CVtUiRemoteVideoControl.cpp
branchRCL_3
changeset 49 8e703580edd3
parent 35 779871d1e4f4
equal deleted inserted replaced
40:7fb4a99d4b6b 49:8e703580edd3
    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   
   101     if ( iAppUi.EventMonitor() )
   107     if ( iAppUi.EventMonitor() )
   102         {
   108         {
   103         iAppUi.EventMonitor()->AddObserverL( this );
   109         iAppUi.EventMonitor()->AddObserverL( this );
   104         }	
   110         }	
   105 	
   111