<div dir="ltr"><div>This change set exposes another bug.</div><div>When the PaintBox is scaled it will not be deleted as intended when tossed.<br></div><div>Flexed morphs must delete flex shell as well as them self.</div><div>Morph>>delete or Morph>>privateDelete must note if the morph is flexed and remove owner accordingly.</div><div><br></div><div>Best,</div><div>Karl<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Sep 23, 2019 at 8:23 PM H. Hirzel <<a href="mailto:hannes.hirzel@gmail.com">hannes.hirzel@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">I just saw<br>
<br>
    The Inbox: MorphicExtras-kfr.264.mcz<br>
<br>
which actually implements it.<br>
<br>
Please move this to trunk!<br>
<br>
--Hannes<br>
<br>
On 9/23/19, H. Hirzel <<a href="mailto:hannes.hirzel@gmail.com" target="_blank">hannes.hirzel@gmail.com</a>> wrote:<br>
> Yes, a preference is needed. But also the code has to be lifted from<br>
> the Squeakland image which actually draws it. Do you have one at hand?<br>
><br>
> --Hannes<br>
><br>
> On Mon, 23 Sep 2019 18:10:02 0000, <a href="mailto:commits@source.squeak.org" target="_blank">commits@source.squeak.org</a><br>
> <<a href="mailto:commits@source.squeak.org" target="_blank">commits@source.squeak.org</a>> wrote:<br>
>> A new version of System was added to project The Inbox:<br>
>> <a href="http://source.squeak.org/inbox/System-kfr.1100.mcz" rel="noreferrer" target="_blank">http://source.squeak.org/inbox/System-kfr.1100.mcz</a><br>
>><br>
>> ==================== Summary ====================<br>
>><br>
>> Name: System-kfr.1100<br>
>> Author: kfr<br>
>> Time: 23 September 2019, 8:09:50.748115 pm<br>
>> UUID: d0bdcd79-dcdb-6145-99af-788948048bb1<br>
>> Ancestors: System-mt.1099<br>
>><br>
>> Preference for bigger painting box<br>
>><br>
>> =============== Diff against System-mt.1099 ===============<br>
>><br>
>> Item was added:<br>
>> + ----- Method: Preferences class>>useBiggerPaintingBox (in category<br>
>> 'standard queries') -----<br>
>> + useBiggerPaintingBox<br>
>> +    ^ self<br>
>> +            valueOfFlag: #useBiggerPaintingBox<br>
>> +            ifAbsent: [false]!<br>
>><br>
>><br>
>><br>
><br>
<br>
</blockquote></div>