[FIX] - WatchMorph

Magistrello Alejandro (SFA) magistra at TELEFONICA.COM.AR
Mon Jul 1 12:57:07 UTC 2002


The WatchMorph class comment says:

(WatchMorph fontName: 'ComicPlain') openInWorld	 " transparent "
but it raises 'UndefinedObject doesNotUnderstand: asColor', the change of
nil for Color transparent corrects the error

and if you do:
(WatchMorph fontName: 'ComicBold' bgColor: Color white centerColor: Color
black) openInWorld
after this you'll never see a black center because the drawOn: method change
the centerColor every time.

This correct this.

 <<WatchMorph-fix-asm.1.cs>> 

Alejandro
-------------- next part --------------
A non-text attachment was scrubbed...
Name: WatchMorph-fix-asm.1.cs
Type: application/octet-stream
Size: 2383 bytes
Desc: not available
Url : http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20020701/e49d5401/WatchMorph-fix-asm.1.obj


More information about the Squeak-dev mailing list