vtuis/videotelui/src/CVtUiRemoteVideoControl.cpp
branchRCL_3
changeset 49 8e703580edd3
parent 35 779871d1e4f4
--- 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 );