vtuis/videotelui/src/cvtuivideocontrolbase.cpp
branchRCL_3
changeset 18 e1a893011fac
parent 8 07d1685f0cd4
equal deleted inserted replaced
17:9ec13d39cc2e 18:e1a893011fac
    80     iBgContext = CAknsBasicBackgroundControlContext::NewL(
    80     iBgContext = CAknsBasicBackgroundControlContext::NewL(
    81                        KAknsIIDQsnBgAreaMain, Rect(), ETrue );
    81                        KAknsIIDQsnBgAreaMain, Rect(), ETrue );
    82     CreateWindowL();
    82     CreateWindowL();
    83     SetExtent( TPoint(), TSize() );
    83     SetExtent( TPoint(), TSize() );
    84     ActivateL();
    84     ActivateL();
    85     // Disable fading when using DP (eliminates nasty color error)
       
    86     if ( FeatureManager::FeatureSupported( KFeatureIdDisplayPost ) )
       
    87         {
       
    88         Window().SetNonFading( ETrue );
       
    89         }
       
    90     WrapOnDemand();
    85     WrapOnDemand();
    91     __VTPRINTEXIT( "VidCtrlBase.BaseConstructL" )
    86     __VTPRINTEXIT( "VidCtrlBase.BaseConstructL" )
    92     }
    87     }
    93 
    88 
    94 // ---------------------------------------------------------------------------
    89 // ---------------------------------------------------------------------------