<body><div id="__MailbirdStyleContent" style="font-size: 12pt;font-family: calibri;color: #000000">
                                        It should be "Project current world" then.<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 04.04.2018 06:17:03 schrieb commits@source.squeak.org <commits@source.squeak.org>:</p>Chris Muller uploaded a new version of Morphic to project The Trunk:<br>http://source.squeak.org/trunk/Morphic-cmm.1408.mcz<br><br>==================== Summary ====================<br><br>Name: Morphic-cmm.1408<br>Author: cmm<br>Time: 3 April 2018, 11:15:51.160237 pm<br>UUID: 35b2e2ad-c421-4510-a635-774bfd84e597<br>Ancestors: Morphic-cmm.1407<br><br>The responsibility of #anyOpenWindowLikeMe, as indicated by its name, is to look in the actual World world for any open window like the receiver, not the receivers #world (which is nil, because because we wish to look in the real world first!).<br>      Fixes the Reuse Windows preference.<br><br>=============== Diff against Morphic-cmm.1407 ===============<br><br>Item was changed:<br>  ----- Method: SystemWindow>>anyOpenWindowLikeMe (in category 'open/close') -----<br>  anyOpenWindowLikeMe<br>    <br>      self class reuseWindows ifFalse: [ ^Array empty ].<br>    ^ SystemWindow<br>+               windowsIn: World <br>-            windowsIn: self world <br>                satisfying: <br>                          [ : each |<br>                    each model class = self model class<br>                           and: [ (each model respondsTo: #representsSameBrowseeAs:) <br>                            and: [ each model representsSameBrowseeAs: self model ] ] ]<br>  !<br><br><br>
                        </blockquote>
                                        </div></body>