diff -r 941195f2d488 -r a8834a2e9a96 uifw/EikStd/coctlsrc/eikspane.cpp --- a/uifw/EikStd/coctlsrc/eikspane.cpp Tue May 25 12:58:19 2010 +0300 +++ b/uifw/EikStd/coctlsrc/eikspane.cpp Wed Jun 09 09:58:37 2010 +0300 @@ -2612,8 +2612,7 @@ { if ( aParentWindowGroup ) { - MakeVisible( EFalse ); - + SetMopParent( iEikonEnv->EikAppUi() ); SetParent( NULL ); @@ -2626,8 +2625,8 @@ } CreateWindowL( aParentWindowGroup ); - - RWindow& window = Window(); + + RWindow& window = Window(); if ( aRedrawStoreHandler ) { aRedrawStoreHandler->SetStore( &window, KEnableRedrawStoring ); @@ -2652,6 +2651,10 @@ SetContainersL( *iControl, *this ); + //these 2 lines is to fix the error ou1cimx1#390645 + MakeVisible( ETrue ); + MakeVisible( EFalse ); + window.SetFaded( aIsFaded, RWindowTreeNode::EFadeIncludeChildren ); window.SetOrdinalPosition( ordinalPos );