<body><div id="__MailbirdStyleContent" style="font-size: 12pt;font-family: Calibri;color: #000000">
                                        I submitted a fix to that Connectors package. Please Update. That change in the Morphic code was not okay. Also not considering #borderWidth: and #borderColor: methods.<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 31.05.2018 18:36:00 schrieb Chris Muller <asqueaker@gmail.com>:</p>You just broke Connectors again, Marcel.<br><br>On Thu, May 31, 2018 at 2:28 AM,  <commits@source.squeak.org> wrote:<br>> Marcel Taeumel uploaded a new version of Morphic to project The Trunk:<br>> http://source.squeak.org/trunk/Morphic-mt.1444.mcz<br>><br>> ==================== Summary ====================<br>><br>> Name: Morphic-mt.1444<br>> Author: mt<br>> Time: 31 May 2018, 9:28:12.813323 am<br>> UUID: d41ef171-b992-1a4e-b2d5-009f0e9e3134<br>> Ancestors: Morphic-cmm.1443<br>><br>> Reverts the change from Morphic-cmm.1443 about borderStyle to make test04InnerBounds in BorderedMorphTests green again.<br>><br>> =============== Diff against Morphic-cmm.1443 ===============<br>><br>> Item was changed:<br>>   ----- Method: Morph>>borderStyle: (in category 'accessing') -----<br>>   borderStyle: aBorderStyle<br>> +<br>>         aBorderStyle = self borderStyle ifTrue: [^ self].<br>> +<br>>         "If we cannot draw the new border, accept at least its color and width."<br>>         ((self canDrawBorder: aBorderStyle) or: [aBorderStyle isNil])<br>>                 ifTrue: [self setProperty: #borderStyle toValue: aBorderStyle]<br>>                 ifFalse: [<br>>                         self borderStyle<br>>                                 width: aBorderStyle width;<br>>                                 baseColor: aBorderStyle baseColor].<br>> +<br>>         self borderStyle trackColorFrom: self.<br>> +<br>> +       self<br>> +               layoutChanged;<br>> +               changed.!<br>> -       self isInWorld ifTrue:<br>> -               [ self<br>> -                       layoutChanged;<br>> -                       changed ]!<br>><br>><br><br></commits@source.squeak.org>
                        </blockquote>
                                        </div></body>