[squeak-dev] Cog VM problem?

karl ramberg karlramberg at gmail.com
Thu May 14 16:56:54 UTC 2015


Ah, ok
I method
BorderedMorph>>borderStyle
add this to top of method:
    true ifTrue:[^BorderStyle default].

On Thu, May 14, 2015 at 6:12 PM, Raymond Asselin <jgr.asselin at me.com> wrote:

> When I open image with an earlier VM everything is fine. Changing de
> method #width doesn't do anything.
> And I must select each small panel and do:  'start drawing again'.  So for
> now I will stuck to the previous VM.
> Thank Karl for the suggestion.
>
>
> Le 2015-05-14 à 11:26, karl ramberg <karlramberg at gmail.com> a écrit :
>
> You can test this workaround:
>
> SimpleBorder>>width
> ^width ifNil:[0]
>
> Open image with an earlier VM and modify that method so it does not return
> a nil.
>
> Karl
>
>
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20150514/c06d9b23/attachment.htm


More information about the Squeak-dev mailing list