The Trunk: Morphic-kfr.1436.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-kfr.1436.mcz

commits-2
Karl Ramberg uploaded a new version of Morphic to project The Trunk:
http://source.squeak.org/trunk/Morphic-kfr.1436.mcz

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

Name: Morphic-kfr.1436
Author: kfr
Time: 22 May 2018, 10:58:37.053577 pm
UUID: 31da9b7c-7013-354a-838c-91d19533e3ef
Ancestors: Morphic-kfr.1435

Convert old Slider/ ScollBar sends from #scrollBarValue: to #vScrollBarValue:
I don't think there will be a problem with horizontal scrolling...

=============== Diff against Morphic-kfr.1435 ===============

Item was added:
+ ----- Method: Slider>>convertToCurrentVersion:refStream: (in category 'accessing') -----
+ convertToCurrentVersion: varDict refStream: smartRefStrm
+
+ (setValueSelector = #scrollBarValue:) ifTrue:[self setValueSelector: #vScrollBarValue:].
+ ^ super convertToCurrentVersion: varDict refStream: smartRefStrm!