The Trunk: Morphic-topa.759.mcz

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

The Trunk: Morphic-topa.759.mcz

commits-2
Tobias Pape uploaded a new version of Morphic to project The Trunk:
http://source.squeak.org/trunk/Morphic-topa.759.mcz

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

Name: Morphic-topa.759
Author: topa
Time: 26 February 2015, 1:08:03.145 pm
UUID: 8e04bded-d049-42f5-a03b-8a8a8b5e244b
Ancestors: Morphic-mt.758

Retain scrollBar look now that the pref actually does something (as of Morphic-mt.758)

=============== Diff against Morphic-mt.758 ===============

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.
  '!