<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="Generator" content="Microsoft Exchange Server">
<!-- converted from text --><style><!-- .EmailQuote { margin-left: 1pt; padding-left: 4pt; border-left: #800000 2px solid; } --></style>
</head>
<body>
<meta content="text/html; charset=UTF-8">
<style type="text/css" style="">
<!--
p
        {margin-top:0;
        margin-bottom:0}
-->
</style>
<div dir="ltr">
<div id="x_divtagdefaultwrapper" dir="ltr" style="font-size:12pt; color:#000000; font-family:Calibri,Helvetica,sans-serif">
<p>Oops, sorry. Thanks Lauren! :-)</p>
<p><br>
</p>
<p>Best,</p>
<p>Christoph</p>
</div>
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="x_divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" color="#000000" style="font-size:11pt"><b>Von:</b> Squeak-dev <squeak-dev-bounces@lists.squeakfoundation.org> im Auftrag von commits@source.squeak.org <commits@source.squeak.org><br>
<b>Gesendet:</b> Freitag, 11. März 2022 10:23:56<br>
<b>An:</b> squeak-dev@lists.squeakfoundation.org; packages@lists.squeakfoundation.org<br>
<b>Betreff:</b> [squeak-dev] The Trunk: MorphicExtras-mt.311.mcz</font>
<div> </div>
</div>
</div>
<font size="2"><span style="font-size:10pt;">
<div class="PlainText">Marcel Taeumel uploaded a new version of MorphicExtras to project The Trunk:<br>
<a href="http://source.squeak.org/trunk/MorphicExtras-mt.311.mcz">http://source.squeak.org/trunk/MorphicExtras-mt.311.mcz</a><br>
<br>
==================== Summary ====================<br>
<br>
Name: MorphicExtras-mt.311<br>
Author: mt<br>
Time: 11 March 2022, 10:23:52.103495 am<br>
UUID: ba283975-c297-4148-a39d-1d4e56c16454<br>
Ancestors: MorphicExtras-mt.310, MorphicExtras-lrnp.308<br>
<br>
Merges fix from MorphicExtras-lrnp.308 now that #setProperty:toValue: returns the set property and not the receiver anymore. Let's hope that those incidents are rare.<br>
<br>
Thanks to Lauren (lrnp) for spotting this!<br>
<br>
=============== Diff against MorphicExtras-mt.310 ===============<br>
<br>
Item was changed:<br>
  ----- Method: ScrapBook>>scrapBook (in category 'scraps') -----<br>
  scrapBook<br>
         | header aButton label |<br>
         ^ book ifNil: [<br>
                 book := BookMorph new pageSize: 300@300; setNameTo: 'scraps' translated.<br>
                 book addCornerGrips.<br>
                 book color: Color yellow muchLighter.<br>
                 book borderColor: Color darkGray; borderWidth: 2.<br>
                 book removeEverything; showPageControls; insertPage.<br>
  <br>
                 header := AlignmentMorph newRow wrapCentering: #center; cellPositioning: #leftCenter.<br>
                 header setProperty: #header toValue: true.<br>
                 header addMorph: (aButton := ThreePhaseButtonMorph labelSymbol: #'Halo-Collapse').<br>
                 aButton target: book;<br>
                         actionSelector: #delete;<br>
                         setBalloonText: 'Close the trashcan.\(to view again later, click on any trashcan).' translated withCRs.<br>
                 header addMorphBack: AlignmentMorph newVariableTransparentSpacer beSticky.<br>
                 header addMorphBack:     (label := UpdatingStringMorph new target: self) beSticky.<br>
                 label getSelector: #trashTitle; useStringFormat; step.<br>
                 header addMorphBack: AlignmentMorph newVariableTransparentSpacer beSticky.<br>
                 header addMorphBack: (aButton := ThreePhaseButtonMorph labelSymbol: #'Halo-Dismiss').<br>
                 aButton target: self;<br>
                         actionSelector: #maybeEmptyTrash;<br>
                         setBalloonText: 'Click here to empty the trash.' translated.<br>
                 book currentPage<br>
                         layoutPolicy: TableLayout new;<br>
                         addMorph: (TextMorph new<br>
                                 contents: 'Objects you drag into the trash will automatically be saved here, one object per page, in case you need them later.  To disable this feature set the "preserveTrash" Preference to false.\\You can individually expunge
 objects by hitting the "-" control (behind "..."). You can empty out all the objects in the trash can by hitting the "X" button at top right.' translated withCRs;<br>
                                 hResizing: #spaceFill).<br>
  <br>
                 book addMorphFront: header.<br>
+                book setProperty: #scraps toValue: true.<br>
+                book].!<br>
-                book setProperty: #scraps toValue: true].!<br>
<br>
<br>
</div>
</span></font>
</body>
</html>