uifw/AvKon/src/akndiscreetpopupcontrol.cpp
branchRCL_3
changeset 9 aabf2c525e0f
parent 4 8ca85d2f0db7
child 16 71dd06cfe933
equal deleted inserted replaced
4:8ca85d2f0db7 9:aabf2c525e0f
   187         HidePopup();
   187         HidePopup();
   188         }
   188         }
   189 
   189 
   190     GfxTransEffect::Deregister( this );
   190     GfxTransEffect::Deregister( this );
   191 
   191 
   192     if ( iInternalFlags.IsSet( EGlobal ) )
       
   193         {
       
   194         iWindowGroup.Close();
       
   195         }
       
   196     delete iTimer;	
   192     delete iTimer;	
   197     delete iDrawer;
   193     delete iDrawer;
       
   194 
       
   195     if ( iInternalFlags.IsSet( EGlobal ) )
       
   196         {
       
   197         CloseWindow();
       
   198         iWindowGroup.Close();
       
   199         }
       
   200 
   198     _AKNTRACE_FUNC_EXIT;
   201     _AKNTRACE_FUNC_EXIT;
   199     }
   202     }
   200 
   203 
   201 
   204 
   202 // ---------------------------------------------------------------------------
   205 // ---------------------------------------------------------------------------