branch | RCL_3 |
changeset 18 | e1a893011fac |
parent 8 | 07d1685f0cd4 |
--- a/vtuis/videotelui/src/cvtuivideocontrolbase.cpp Tue May 25 12:45:10 2010 +0300 +++ b/vtuis/videotelui/src/cvtuivideocontrolbase.cpp Wed Jun 09 09:44:39 2010 +0300 @@ -82,11 +82,6 @@ CreateWindowL(); SetExtent( TPoint(), TSize() ); ActivateL(); - // Disable fading when using DP (eliminates nasty color error) - if ( FeatureManager::FeatureSupported( KFeatureIdDisplayPost ) ) - { - Window().SetNonFading( ETrue ); - } WrapOnDemand(); __VTPRINTEXIT( "VidCtrlBase.BaseConstructL" ) }