<body><div id="__MailbirdStyleContent" style="font-size: 12pt;font-family: calibri;color: #000000">
                                        To make it consistent with the other change in #borderColor. <div><br></div><div>If you want to use themes, change it back for all calls to the theme. I would rather not mix #get:for: and the normal theme use in the same class.<div><br></div><div>Best,</div><div>Marcel</div></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 12.10.2017 17:59:11 schrieb H. Hirzel <hannes.hirzel@gmail.com>:</p>Thank you Marcel for the user interface theme updates.<br><br>Could you please elaborate why you go for<br><br>+       ^  (UserInterfaceTheme current get: #titleColor for:<br>#MenuMorph) ifNil: [ Color transparent]!<br><br>instead of<br><br>-       ^ self userInterfaceTheme baseColor ifNil: [Color transparent]!<br><br>?<br><br>--Hannes<br><br>On Thu, 12 Oct 2017 15:49:44 0000, commits@source.squeak.org<br><commits@source.squeak.org> wrote:<br>> Marcel Taeumel uploaded a new version of EToys to project The Trunk:<br>> http://source.squeak.org/trunk/EToys-mt.309.mcz<br>><br>> ==================== Summary ====================<br>><br>> Name: EToys-mt.309<br>> Author: mt<br>> Time: 12 October 2017, 5:48:05.311645 pm<br>> UUID: 7304d54f-0e5e-2f43-86ba-e4e2bca32a8b<br>> Ancestors: EToys-hjh.279, EToys-hjh.308<br>><br>> For consistency regarding EToys-hjh.279<br>><br>> =============== Diff against EToys-hjh.308 ===============<br>><br>> Item was changed:<br>>   ----- Method: StandardScriptingSystem>>baseColor (in category<br>> '*Etoys-Squeakland-tile colors') -----<br>>   baseColor<br>> +      ^  (UserInterfaceTheme current get: #titleColor for: #MenuMorph) ifNil: [<br>> Color transparent]!<br>> -     <br>> -        ^ self userInterfaceTheme baseColor ifNil: [Color transparent]!<br>><br>> Item was changed:<br>>   ----- Method: StandardScriptingSystem>>borderColor (in category<br>> '*Etoys-Squeakland-tile colors') -----<br>>   borderColor<br>> +    ^ (UserInterfaceTheme current get: #borderColor for: #MenuMorph) ifNil:<br>> [(Color r: 0.2 g: 0.3 b: 0.9)]!<br>> -    ^ (UserInterfaceTheme current get: #borderColor for: #MenuMorph) ifNil:<br>> [(Color r: 0.2 g: 0.3 b: 0.9)]!<br>><br>><br>><br><br></commits@source.squeak.org>
                        </blockquote>
                                        </div></body>