<div id="__MailbirdStyleContent" style="font-size: 10pt;font-family: Arial;color: #000000;text-align: left" dir="ltr">
                                        Hi Christoph --<div><br></div><div>+1 on the fix itself</div><div>-1 on the implementation</div><div><br></div><div>This fits better in WorldState >> #doOneCycleNowFor:. Please ignore the few cases where clients invoke "displayWorldSafely; runStepMethods" manually.</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;min-width: 500px">
                        <p style="color: #AAAAAA; margin-top: 10px;">Am 01.04.2022 15:59:03 schrieb commits@source.squeak.org <commits@source.squeak.org>:</p><div style="font-family:Arial,Helvetica,sans-serif">A new version of Morphic was added to project The Inbox:<br>http://source.squeak.org/inbox/Morphic-ct.1957.mcz<br><br>==================== Summary ====================<br><br>Name: Morphic-ct.1957<br>Author: ct<br>Time: 1 April 2022, 3:58:43.713617 pm<br>UUID: 73b0c9b3-ca79-9945-b668-d92a3548ae44<br>Ancestors: Morphic-ul.1956<br><br>While running step methods, have the world become active. Before, any step methods/deferred UI message would have triggered the #default case in ActiveEventVariable only.<br><br>=============== Diff against Morphic-ul.1956 ===============<br><br>Item was changed:<br>  ----- Method: PasteUpMorph>>runStepMethods (in category 'stepping') -----<br>  runStepMethods<br>  <br>+      self becomeActiveDuring: [<br>+           worldState runStepMethodsIn: self].!<br>-         worldState runStepMethodsIn: self<br>- !<br><br><br></div></blockquote></div>