<div dir="ltr"><div>Hi folks,</div><div><br></div><div>I just found out about this weird behavior:</div><div>Open a workspace and evaluate:</div><div><br></div>This makes the LayoutMorph grow as expected:<div><br><div><font face="monospace">layout := LayoutMorph newColumn.<br>layout openInWorld.<br>10 timesRepeat: [ layout addMorph: LabelMorph new ].</font></div><div><font face="monospace"><br></font></div><div><br></div><div>This opens a SystemWindow and its layout content appear to be clipped to the size of the window, but moving the window</div><div>shows the label morphs rendered outside the window, allowing you to "paint" using them (see attached screenshot):</div><div><br></div><div>window := SystemWindow new.</div><div>window openInWorld.<br>10 timesRepeat: [ window addMorph: LabelMorph new ].</div></div></div>