vtuis/videotelui/src/CVtUiEndCallButtonPane.cpp
branchRCL_3
changeset 24 e1a893011fac
parent 22 9ec13d39cc2e
child 32 890b5dd735f8
equal deleted inserted replaced
22:9ec13d39cc2e 24:e1a893011fac
    72     iBgContext = CAknsBasicBackgroundControlContext::NewL(
    72     iBgContext = CAknsBasicBackgroundControlContext::NewL(
    73             KAknsIIDQsnBgAreaMain, Rect(), ETrue );
    73             KAknsIIDQsnBgAreaMain, Rect(), ETrue );
    74     
    74     
    75     // Activate the window, which makes it ready to be drawn
    75     // Activate the window, which makes it ready to be drawn
    76     ActivateL();
    76     ActivateL();
    77     
       
    78     // Disable fading when using DP (eliminates nasty color error)
       
    79     if ( FeatureManager::FeatureSupported( KFeatureIdDisplayPost ) )
       
    80         {
       
    81         Window().SetNonFading( ETrue );
       
    82         }
       
    83     
    77     
    84     // For set non focus and recieve all point event
    78     // For set non focus and recieve all point event
    85     SetNonFocusing();
    79     SetNonFocusing();
    86     ClaimPointerGrab( ETrue );
    80     ClaimPointerGrab( ETrue );
    87 
    81