<div dir="ltr">Ah, ok<div>I method </div><div>BorderedMorph&gt;&gt;borderStyle</div><div>add this to top of method:</div><div>    true ifTrue:[^BorderStyle default].<br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, May 14, 2015 at 6:12 PM, Raymond Asselin <span dir="ltr">&lt;<a href="mailto:jgr.asselin@me.com" target="_blank">jgr.asselin@me.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word">When I open image with an earlier VM everything is fine. Changing de method #width doesn&#39;t do anything.<div>And I must select each small panel and do:  &#39;start drawing again&#39;.  So for now I will stuck to the previous VM. </div><div>Thank Karl for the suggestion.</div><span class=""><div><br></div><div><br><div><blockquote type="cite"><div>Le 2015-05-14 à 11:26, karl ramberg &lt;<a href="mailto:karlramberg@gmail.com" target="_blank">karlramberg@gmail.com</a>&gt; a écrit :</div><br><div><div dir="ltr">You can test this workaround:<div><br></div><div><div style="font-size:19.2000007629395px">SimpleBorder&gt;&gt;width</div><div style="font-size:19.2000007629395px"><span style="white-space:pre-wrap">        </span>^width ifNil:[0]</div></div><div style="font-size:19.2000007629395px"><br></div><div style="font-size:19.2000007629395px">Open image with an earlier VM and modify that method so it does not return a nil.</div><div style="font-size:19.2000007629395px"><br></div><div style="font-size:19.2000007629395px">Karl</div></div><div class="gmail_extra"><br></div></div></blockquote></div><br></div></span></div><br><br>
<br></blockquote></div><br></div>