The Trunk: EToys-mt.309.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: EToys-mt.309.mcz

commits-2
Marcel Taeumel uploaded a new version of EToys to project The Trunk:
http://source.squeak.org/trunk/EToys-mt.309.mcz

==================== Summary ====================

Name: EToys-mt.309
Author: mt
Time: 12 October 2017, 5:48:05.311645 pm
UUID: 7304d54f-0e5e-2f43-86ba-e4e2bca32a8b
Ancestors: EToys-hjh.279, EToys-hjh.308

For consistency regarding EToys-hjh.279

=============== Diff against EToys-hjh.308 ===============

Item was changed:
  ----- Method: StandardScriptingSystem>>baseColor (in category '*Etoys-Squeakland-tile colors') -----
  baseColor
+ ^  (UserInterfaceTheme current get: #titleColor for: #MenuMorph) ifNil: [ Color transparent]!
-
- ^ self userInterfaceTheme baseColor ifNil: [Color transparent]!

Item was changed:
  ----- Method: StandardScriptingSystem>>borderColor (in category '*Etoys-Squeakland-tile colors') -----
  borderColor
+ ^ (UserInterfaceTheme current get: #borderColor for: #MenuMorph) ifNil: [(Color r: 0.2 g: 0.3 b: 0.9)]!
- ^ (UserInterfaceTheme current get: #borderColor for: #MenuMorph) ifNil: [(Color r: 0.2 g: 0.3 b: 0.9)]!