# HG changeset patch # User tz # Date 885391088 -3600 # Node ID b16598618359fd08e99872a6594ea9f9b8700552 # Parent 1198f19712ff8acb5e1e102ba456a3797f251320 release images after closing diff -r 1198f19712ff -r b16598618359 MenuEditor.st --- a/MenuEditor.st Tue Jan 20 20:38:01 1998 +0100 +++ b/MenuEditor.st Wed Jan 21 14:58:08 1998 +0100 @@ -283,7 +283,6 @@ #'label:' 'File' #'translateLabel:' true #'value:' #file - #'accessCharacterPosition:' 1 #'submenu:' #(#Menu @@ -349,22 +348,18 @@ ) #(#MenuItem #'label:' 'Edit' - #'accessCharacterPosition:' 1 #'submenuChannel:' #menuEdit ) #(#MenuItem #'label:' 'Test' - #'accessCharacterPosition:' 1 #'submenuChannel:' #submenuTest ) #(#MenuItem #'label:' 'History' - #'accessCharacterPosition:' 2 #'submenuChannel:' #menuHistory ) #(#MenuItem #'label:' 'Help' - #'accessCharacterPosition:' 1 #'submenuChannel:' #menuHelp ) ) nil @@ -2695,6 +2690,18 @@ self redrawLine: index. ! ! +!MenuEditor::TreeView methodsFor:'startup / release'! + +destroy + "destroy images" + + super destroy. + + Images := nil + + +! ! + !MenuEditor class methodsFor:'documentation'! version