<div id="__MailbirdStyleContent" style="font-size: 12pt;font-family: calibri;color: #000000">
                                        
                                        
                                            
                                        
                                        
                                        Hi, there.<div><br></div><div>Why did it stop stepping in the first place? Here are some thoughts about stepping:</div><div><br></div><div>- Drag/drop should not change stepping state of a morph in general.</div><div>- #intoWorld: does check #wantsSteps and propagates #startStepping: to submorphs already.</div><div><br></div><div>So, maybe we could fix the bounds for non-stepping <span style="font-family: tahoma, verdana;font-size: 13px;line-height: 19.5px">BouncingAtomsMorph so that drag/drop works w/o start stepping again? :-)</span></div><div><br></div><div><span style="font-family: tahoma, verdana;font-size: 13px;line-height: 19.5px">Best,</span></div><div><span style="font-family: tahoma, verdana;font-size: 13px;line-height: 19.5px">Marcel</span></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 15.04.2018 12:47:53 schrieb commits@source.squeak.org <commits@source.squeak.org>:</p>Karl Ramberg uploaded a new version of MorphicExtras to project The Trunk:<br>http://source.squeak.org/trunk/MorphicExtras-kfr.227.mcz<br><br>==================== Summary ====================<br><br>Name: MorphicExtras-kfr.227<br>Author: kfr<br>Time: 15 April 2018, 12:47:19.317391 pm<br>UUID: 9dd2eaf1-6002-4f42-99c4-65f00426c358<br>Ancestors: MorphicExtras-kfr.226<br><br>BouncingAtomsMorph was not updating drawing bounds once it stopped stepping and got moved<br><br>=============== Diff against MorphicExtras-kfr.226 ===============<br><br>Item was removed:<br>- ----- Method: BouncingAtomsMorph>>intoWorld: (in category 'initialization') -----<br>- intoWorld: aWorld<br>-       "Make sure report damage at least once"<br>-    damageReported := false.<br>-     super intoWorld: aWorld.!<br><br>Item was added:<br>+ ----- Method: BouncingAtomsMorph>>justDroppedInto:event: (in category 'initialization') -----<br>+ justDroppedInto: newOwner event: evt<br>+  self startStepping<br>+   !<br><br><br>
                        </blockquote></div>