<div dir="ltr">Hi,<div>Seems you are right.<br><div>I'll revert the change</div><div><br></div><div>Best,</div><div>Karl</div><div><br></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Apr 15, 2018 at 1:14 PM, Marcel Taeumel <span dir="ltr"><<a href="mailto:marcel.taeumel@hpi.de" target="_blank">marcel.taeumel@hpi.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div id="m_7247074888630498457__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">BouncingAtomsMorp<wbr>h 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><div class="h5"><div class="m_7247074888630498457mb_sig"></div>
                                        
                                        <blockquote class="m_7247074888630498457history_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 <a href="mailto:commits@source.squeak.org" target="_blank">commits@source.squeak.org</a> <<a href="mailto:commits@source.squeak.org" target="_blank">commits@source.squeak.org</a>>:</p>Karl Ramberg uploaded a new version of MorphicExtras to project The Trunk:<br><a href="http://source.squeak.org/trunk/MorphicExtras-kfr.227.mcz" target="_blank">http://source.squeak.org/<wbr>trunk/MorphicExtras-kfr.227.<wbr>mcz</a><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-<wbr>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>><wbr>justDroppedInto:event: (in category 'initialization') -----<br>+ justDroppedInto: newOwner event: evt<br>+       self startStepping<br>+   !<br><br><br>
                        </blockquote></div></div></div><br><br>
<br></blockquote></div><br></div>