Marcel Taeumel uploaded a new version of Morphic to project The Trunk:
http://source.squeak.org/trunk/Morphic-mt.881.mcz==================== Summary ====================
Name: Morphic-mt.881
Author: mt
Time: 15 April 2015, 8:04:33.847 pm
UUID: 08ce71d6-a3f6-7244-8b8b-63637c8dbfd2
Ancestors: Morphic-mt.880
Regression fix in bracket-slider morph. Slider orientation now updates correctly again.
=============== Diff against Morphic-mt.880 ===============
Item was added:
+ ----- Method: BracketSliderMorph>>updateSlider (in category 'initialization') -----
+ updateSlider
+
+ super updateSlider.
+
+ slider horizontal: self bounds isWide.
+ sliderShadow horizontal: self bounds isWide.!