[squeak-dev] The Trunk: Morphic-kfr.1436.mcz

commits at source.squeak.org commits at source.squeak.org
Tue May 22 20:59:07 UTC 2018


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!



More information about the Squeak-dev mailing list