<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <font face="Georgia">The problem is that MorphicProject
      class&gt;&gt;initialize was modified and when that happens, it is
      automatically run after loading. This method does:<br>
      <br>
          Project current isMorphic ifTrue:[<br>
              "Set the default background in the current world"<br>
              Project current world color: self defaultFill.<br>
          ].<br>
      <br>
      and that's where it happened. My guess is you just want to
      eliminate that code.<br>
      <br>
      Cheers,<br>
      Bob<br>
      <br>
      <br>
    </font>
    <div class="moz-cite-prefix">On 9/11/13 2:14 PM, Frank Shearar
      wrote:<br>
    </div>
    <blockquote
cite="mid:CAJbhyREB5AMeeBTDUF2hXbfUcCLH7AhW=SHxoKchgQX6Udvx2A@mail.gmail.com"
      type="cite">
      <pre wrap="">Right, so that'll be any MorphicProject update, so Morphic-dtl.668
would cause it.

Sigh. That kind've means that someone wanting to be kind would need to
specifically preserve the background through a preamble/postscript
pair, wouldn't it?

frank

On 11 September 2013 19:09, Bob Arning <a class="moz-txt-link-rfc2396E" href="mailto:arning315@comcast.net">&lt;arning315@comcast.net&gt;</a> wrote:
</pre>
      <blockquote type="cite">
        <pre wrap="">PasteUpMorph(Morph)&gt;&gt;color:
MorphicProject class&gt;&gt;initialize
MCMethodDefinition&gt;&gt;postload
MCMethodDefinition(MCDefinition)&gt;&gt;postloadOver:
[] in [] in [] in [] in MCPackageLoader&gt;&gt;basicLoad

Cheers,
Bob

On 9/11/13 1:35 PM, Frank Shearar wrote:

I just updated an image from 12641, and the blurry Ulam Spiral
background disappeared, replaced by the old brushed metal background.
What did that? Why?

frank






</pre>
      </blockquote>
      <pre wrap="">

</pre>
    </blockquote>
    <br>
  </body>
</html>