<body><div id="__MailbirdStyleContent" style="font-size: 10pt;font-family: Arial;color: #000000;text-align: left" dir="ltr">
                                        With great power comes great responsibility. ;-) And there is a difference between personal project and framework/platform. The latter should not rely on such shenanigans.<div><br></div><div>Best,</div><div>Marcel</div><div class="mb_sig"></div><blockquote class='history_container' type='cite' style='border-left-style:solid;border-width:1px; margin-top:20px; margin-left:0px;padding-left:10px;'>
                        <p style='color: #AAAAAA; margin-top: 10px;'>Am 07.04.2022 16:00:05 schrieb christoph.thiede@student.hpi.uni-potsdam.de <christoph.thiede@student.hpi.uni-potsdam.de>:</p><div style='font-family:Arial,Helvetica,sans-serif'>
> Somebody added #buildWith: to Morph ... not sure why.<br>
<br>
For polymorphy, I guess. Please do not remove that. I love this to embed morphs into a tool. :-)<br>
<br>
Best,<br>
Christoph<br>
<br>
<span style="color: #808080">---<br>
</span><span style="color: #808080"><i>Sent from </i></span><span style="color: #808080"><i><a href="https://github.com/hpi-swa-lab/squeak-inbox-talk"><u><font color="#808080">Squeak Inbox Talk</font></u></a></i></span><br>
<br>
On 2022-01-11T09:58:06+00:00, commits@source.squeak.org wrote:<br>
<br>
> Marcel Taeumel uploaded a new version of Tools to project The Trunk:<br>
> http://source.squeak.org/trunk/Tools-mt.1102.mcz<br>
> <br>
> ==================== Summary ====================<br>
> <br>
> Name: Tools-mt.1102<br>
> Author: mt<br>
> Time: 11 January 2022, 10:58:04.097851 am<br>
> UUID: 1b324423-7076-45b9-898d-9c282b430fc6<br>
> Ancestors: Tools-mt.1101<br>
> <br>
> Fixes regression in ChangeSorter, which got visible MVC but not Morphic. Somebody added #buildWith: to Morph ... not sure why.<br>
> <br>
> =============== Diff against Tools-mt.1101 ===============<br>
> <br>
> Item was changed:<br>
>   ----- Method: ChangeSorter>>buildWith: (in category 'toolbuilder') -----<br>
>   buildWith: builder<br>
>   <br>
> +     ^ self<br>
> +         buildWith: builder<br>
> +         in: (self buildWindowWith: builder)<br>
> +         rect: (0 at 0 extent: 1 at 1)!<br>
> -     ^ builder build:<br>
> -         (self<br>
> -             buildWith: builder<br>
> -             in: (self buildWindowWith: builder)<br>
> -             rect: (0 at 0 extent: 1 at 1))!<br>
> <br>

</div></blockquote>
                                        </div></body>