<body><div id="__MailbirdStyleContent" style="font-size: 10pt;font-family: Arial;color: #000000">
                                        That one:<div><br></div><div><img src="cid:3836c94e-0b0b-4e14-a59e-97a4f752b03a" width="auto"></img></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 15.10.2019 13:40:39 schrieb commits@source.squeak.org <commits@source.squeak.org>:</p><div style="font-family:Arial,Helvetica,sans-serif">Marcel Taeumel uploaded a new version of Morphic to project The Trunk:<br>http://source.squeak.org/trunk/Morphic-mt.1576.mcz<br><br>==================== Summary ====================<br><br>Name: Morphic-mt.1576<br>Author: mt<br>Time: 15 October 2019, 1:40:15.667692 pm<br>UUID: b5b011fc-e1f1-414d-8109-61b95c71ca78<br>Ancestors: Morphic-mt.1575<br><br>Fixes that annoying huge stack of progress bars that pops up when loading/refreshing code in Monticello.<br><br>=============== Diff against Morphic-mt.1575 ===============<br><br>Item was changed:<br>  ----- Method: PluggableListMorph>>getList (in category 'model access - cached') -----<br>  getList<br>       "Answer the (maybe filtered) list to be displayed. Cached result, see #updateList."<br>         <br>      ^ list ifNil: [<br>+              list := #(). "To make this call safe when re-entering it while fetching the list. This can happen, for example, when the model fetches data that opens the system progress bar which then will redraw periodically."<br>                list := self filterableList<br>                   ifTrue: [self getFilteredList]<br>                        ifFalse: [self getFullList].<br>                  self updateListMorph.<br>                 list]!<br><br><br></div></blockquote>
                                        </div></body>