[BUG][FIX] Morph>>debuggingMenuFor:

Marcus Denker marcus at ira.uka.de
Tue Oct 12 15:41:05 UTC 1999


BUG:

 -> bring up the Halo
 -> select "make own class" from the DebugHaloMenu


FIX:  

Morph>>debuggingMenuFor:


change

aMenu add: 'make own subclass' action: #subclassMorph.

to

aMenu add: 'make own subclass' target: aHandMorph action: #subclassMorph.


-- 
Marcus Denker marcus at ira.uka.de phone at home:(0721)614235 @work:(0721)608-2749      





More information about the Squeak-dev mailing list