[squeak-dev] The Trunk: EToys-edc.286.mcz

commits at source.squeak.org commits at source.squeak.org
Wed Mar 15 12:37:46 UTC 2017


Edgar J. De Cleene uploaded a new version of EToys to project The Trunk:
http://source.squeak.org/trunk/EToys-edc.286.mcz

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

Name: EToys-edc.286
Author: edc
Time: 15 March 2017, 9:36:21.814758 am
UUID: 9ff55c1b-04d4-41c4-a900-d63a0f16d1e5
Ancestors: EToys-edc.285

If you click the Scripting button of objects Window , have another deprecated issue.
Think this fix it

=============== Diff against EToys-edc.285 ===============

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)]!
- 	^ Preferences menuBorderColor!



More information about the Squeak-dev mailing list