[squeak-dev] The Trunk: Morphic-mt.840.mcz

commits at source.squeak.org commits at source.squeak.org
Tue Apr 7 14:07:46 UTC 2015


Marcel Taeumel uploaded a new version of Morphic to project The Trunk:
http://source.squeak.org/trunk/Morphic-mt.840.mcz

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

Name: Morphic-mt.840
Author: mt
Time: 7 April 2015, 4:07:11.316 pm
UUID: 10096b48-db09-584e-a4d4-bb2000e87db2
Ancestors: Morphic-topa.839

Changed postscript to force world main docking bar update.

Some other preferences might reset.

=============== Diff against Morphic-topa.839 ===============

Item was changed:
  (PackageInfo named: 'Morphic') postscript: '(Preferences dictionaryOfPreferences at: #alternativeWindowBoxesLook) defaultValue: false.
  "Force SystemProgressMorph to be reset"
  SystemProgressMorph initialize; reset.
  
  "Initialize the key bindings and menus"
  Editor initialize.
  
  "Retain scrollBar look now that the pref actually does something"
  Preferences enable: #gradientScrollBars.
  
  "apply the new icons"
  MenuIcons initializeIcons.
  TheWorldMainDockingBar updateInstances.
  
+ 
  "Cleanup old-style preferences here. Remove before new release."
  Preferences removePreference: #gradientMenu. "Now in MenuMorph."
  Preferences removePreference: #roundedMenuCorners. "Now in MenuMorph."
  
  "Fix clipping bug of open windows. New ones are not affected."
  TransformMorph allInstances do: [:ea | ea clipSubmorphs: true].'!



More information about the Squeak-dev mailing list