diff -r 7fb4a99d4b6b -r 8e703580edd3 vtuis/videotelui/src/CVtUiRemoteVideoControl.cpp --- a/vtuis/videotelui/src/CVtUiRemoteVideoControl.cpp Wed Sep 15 12:15:42 2010 +0300 +++ b/vtuis/videotelui/src/CVtUiRemoteVideoControl.cpp Wed Oct 13 14:34:55 2010 +0300 @@ -98,6 +98,12 @@ SetExtent( TPoint(), TSize() ); ActivateL(); + // Disable fading when using DP (eliminates nasty color error) + if ( FeatureManager::FeatureSupported( KFeatureIdDisplayPost ) ) + { + Window().SetNonFading( ETrue ); + } + if ( iAppUi.EventMonitor() ) { iAppUi.EventMonitor()->AddObserverL( this );