Marcel Taeumel uploaded a new version of Morphic to project The Trunk:
http://source.squeak.org/trunk/Morphic-mt.1269.mcz==================== Summary ====================
Name: Morphic-mt.1269
Author: mt
Time: 13 August 2016, 8:13:02.213008 am
UUID: 14e0c993-d184-e14a-bb7a-4ebfc5fdc15e
Ancestors: Morphic-mt.1268
Remove some old preferences, which are now in the UI themes but whose getter methods remain existing and deprecated for applications to access.
=============== Diff against Morphic-mt.1268 ===============
Item was changed:
(PackageInfo named: 'Morphic') postscript: 'TheWorldMainDockingBar updateInstances. "For more fine-granular visual settings."
+
+ "These are all in UI Themes now but remained as deprecated, so the preference got not removed automatically."
+ Preferences removePreference: #''BalloonMorph>>balloonColor''.
+ Preferences removePreference: #''MenuMorph>>menuBorderColor''.
+ Preferences removePreference: #''MenuMorph>>menuBorderWidth''.
+ Preferences removePreference: #''MenuMorph>>menuColor''.
+ Preferences removePreference: #''MenuMorph>>menuLineColor''.
+ Preferences removePreference: #''MenuMorph>>menuSelectionColor''.
+ Preferences removePreference: #''MenuMorph>>menuTitleBorderColor''.
+ Preferences removePreference: #''MenuMorph>>menuTitleBorderWidth''.
+ Preferences removePreference: #''MenuMorph>>menuTitleColor''.
+ '!
- Preferences removePreference: #''BalloonMorph>>balloonColor''.'!