Marcel Taeumel uploaded a new version of Morphic to project The Trunk:
http://source.squeak.org/trunk/Morphic-mt.926.mcz==================== Summary ====================
Name: Morphic-mt.926
Author: mt
Time: 25 April 2015, 10:30:50.691 am
UUID: fa225f0a-19d0-f944-934c-a5cbce213f4c
Ancestors: Morphic-mt.925
Return instVar for scrollBarThickness in ScrollPanes.
=============== Diff against Morphic-mt.925 ===============
Item was changed:
----- Method: ScrollPane>>scrollBarThickness (in category 'accessing') -----
scrollBarThickness
"Includes border"
+ ^ scrollBarThickness!
- "^ scrollBarThickness"
- ^ self class scrollBarThickness!