<body><div id="__MailbirdStyleContent" style="font-size: 10pt;font-family: Arial;color: #000000">
                                        Hi Christoph,<div><br></div><div>this is not working. We have to support manual styling and cannot just remove text attributes there. Maybe if we check whether "styer" is set. Even then, we should follow the logic in PluggableTextMorphPlus >> #stylerStyled: to remove those text attributes.</div><div><br></div><div>Btw: You can style a piece of text manually via the context menu or [CMD]+[6..0].</div><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 05.08.2019 14:50:20 schrieb commits@source.squeak.org <commits@source.squeak.org>:</p><div style="font-family:Arial,Helvetica,sans-serif">A new version of ToolBuilder-Morphic was added to project The Inbox:<br>http://source.squeak.org/inbox/ToolBuilder-Morphic-ct.234.mcz<br><br>==================== Summary ====================<br><br>Name: ToolBuilder-Morphic-ct.234<br>Author: ct<br>Time: 5 August 2019, 2:50:11.900062 pm<br>UUID: f6987fae-9cfa-4e44-927f-247f4eeb868e<br>Ancestors: ToolBuilder-Morphic-mt.233<br><br>Extend #updateStyle(Now) to remove obsolete styling<br><br>A call of #updateStyle(Now) implies that the text morph is used for styling, so it is not capable of storing other styles we could accidentally delete here.<br><br>=============== Diff against ToolBuilder-Morphic-mt.233 ===============<br><br>Item was changed:<br>  ----- Method: PluggableTextMorphPlus>>updateStyle (in category 'styling') -----<br>  updateStyle<br>  <br>          self okToStyle<br>+               ifTrue: [styler styleInBackgroundProcess: textMorph contents]<br>+                ifFalse: [textMorph contents: textMorph contents asString].!<br>-                 ifTrue: [styler styleInBackgroundProcess: textMorph contents].!<br><br>Item was changed:<br>  ----- Method: PluggableTextMorphPlus>>updateStyleNow (in category 'styling') -----<br>  updateStyleNow<br>  <br>        self okToStyle<br>+               ifTrue: [styler style: textMorph contents]<br>+           ifFalse: [textMorph contents: textMorph contents asString].!<br>-                 ifTrue: [styler style: textMorph contents].!<br><br><br></div></blockquote>
                                        </div></body>