Tobias Pape uploaded a new version of Morphic to project The Trunk:
http://source.squeak.org/trunk/Morphic-topa.1016.mcz==================== Summary ====================
Name: Morphic-topa.1016
Author: topa
Time: 20 October 2015, 10:39:32.638 am
UUID: 91c7082d-0740-4139-8e22-8b3dbb56c152
Ancestors: Morphic-topa.1015
The Main Docking bar is currently morphic-only
=============== Diff against Morphic-topa.1015 ===============
Item was changed:
----- Method: TheWorldMainDockingBar class>>updateInstances (in category 'events') -----
updateInstances
"The class has changed, time to update the instances"
self setTimeStamp.
+ Project current in: [:project |
+ project isMorphic ifTrue: [
+ project assureMainDockingBarPresenceMatchesPreference]].!
- Project current assureMainDockingBarPresenceMatchesPreference!