<div dir="ltr">This one had been bugging me for a bit.<div>Before fix:</div><div><div><img src="cid:ii_jicoc9np1_163f79d6f7865afc" width="304" height="140"><br></div></div><div>After the fix: </div><div><div><img src="cid:ii_jicoafl00_163f79c21620f7ca" width="304" height="143"><br></div>The method changed was only ever called to build this menu.  The sub-menu 'New Project' above this one was readable before - and after.</div><div>-cbc</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Jun 12, 2018 at 10:20 PM,  <span dir="ltr"><<a href="mailto:commits@source.squeak.org" target="_blank">commits@source.squeak.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Chris Cunningham uploaded a new version of Morphic to project The Trunk:<br>
<a href="http://source.squeak.org/trunk/Morphic-cbc.1451.mcz" rel="noreferrer" target="_blank">http://source.squeak.org/<wbr>trunk/Morphic-cbc.1451.mcz</a><br>
<br>
==================== Summary ====================<br>
<br>
Name: Morphic-cbc.1451<br>
Author: cbc<br>
Time: 12 June 2018, 10:20:33.204594 pm<br>
UUID: eeba2c6d-1d3b-8c4f-9798-<wbr>2d5f590eb318<br>
Ancestors: Morphic-cbc.1450<br>
<br>
Fix so that Projects>Jump To Project submenu is readable in dark color themes (by commenting out setting of the color - default works much better).<br>
<br>
=============== Diff against Morphic-cbc.1450 ===============<br>
<br>
Item was changed:<br>
  ----- Method: MorphicProject>>addItem:<wbr>toMenu:selection:color:<wbr>thumbnail: (in category 'utilities') -----<br>
  addItem: item toMenu: menu selection: action color: aColor thumbnail: aForm<br>
        "Add menu item representing the sender to a menu"<br>
+       "Removed setting the color - it wasn't working well with dark color themes."<br>
<br>
        menu<br>
                add: item<br>
                selector: #jumpToSelection:<br>
                argument: action.<br>
-       menu lastItem color: aColor.<br>
        aForm isNil<br>
                ifFalse: [menu lastItem<br>
                                icon: (aForm<br>
                                                scaledIntoFormOfSize: (Preferences tinyDisplay<br>
                                                                ifTrue: [16]<br>
                                                                ifFalse: [28]))]!<br>
<br>
<br>
</blockquote></div><br></div>