<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p>Hi, <br>
    </p>
    <p>The following code put Cuis in an infinite loop. Changing the
      values 1 to 0.99 and 0 to 0.01 prevent the infinit loop</p>
    <p>Thanks<br>
    </p>
    <p>Hilaire<br>
    </p>
    <p><br>
    </p>
    <pre>| a b |

LayoutMorph newColumn ::
    addMorph: (a _ BoxedMorph new) proportionalHeight: 0.5;
    addMorph: (b _ BoxedMorph new) proportionalHeight: 0.5;
    openInWorld;
    yourself.
    
a layoutSpec: (LayoutSpec proportionalHeight: 1).
b layoutSpec: (LayoutSpec proportionalHeight: 0)
</pre>
    <p><br>
    </p>
    <pre class="moz-signature" cols="72">-- 
GNU Dr. Geo
<a class="moz-txt-link-freetext" href="http://drgeo.eu">http://drgeo.eu</a>
<a class="moz-txt-link-freetext" href="http://blog.drgeo.eu">http://blog.drgeo.eu</a></pre>
  </body>
</html>