idlehomescreen/xmluirendering/uiengine/src/xnwidgetextensionadapter.cpp
branchRCL_3
changeset 102 ba63c83f4716
parent 88 3321d3e205b6
equal deleted inserted replaced
93:b01126ce0bec 102:ba63c83f4716
   228         else
   228         else
   229             {
   229             {
   230             GfxTransEffect::Begin( this, KGfxControlDisappearAction );
   230             GfxTransEffect::Begin( this, KGfxControlDisappearAction );
   231             }
   231             }
   232         effectStarted = ETrue;
   232         effectStarted = ETrue;
   233         }
       
   234 
       
   235     if ( aVisible && OwnsWindow() )
       
   236         {
       
   237         Window().SetOrdinalPosition( 0 );
       
   238         }
   233         }
   239 
   234 
   240     CCoeControl::MakeVisible( aVisible );
   235     CCoeControl::MakeVisible( aVisible );
   241 
   236 
   242     if ( effectStarted )
   237     if ( effectStarted )