From: Richard K. <ric...@us...> - 2005-07-15 22:36:36
|
Update of /cvsroot/actionstep/actionstep/src/org/actionstep In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21800 Modified Files: ASRootWindowView.as Log Message: get rid of m_mcBase too on window close Index: ASRootWindowView.as =================================================================== RCS file: /cvsroot/actionstep/actionstep/src/org/actionstep/ASRootWindowView.as,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** ASRootWindowView.as 15 Jul 2005 22:27:03 -0000 1.15 --- ASRootWindowView.as 15 Jul 2005 22:36:25 -0000 1.16 *************** *** 149,152 **** --- 149,158 ---- } + public function removeMovieClips():Void { + super.removeMovieClips(); + m_mcBase.removeMovieClip(); + m_mcBase = null; + } + private function updateFrameMovieClipSize():Void { super.updateFrameMovieClipSize(); |