[etoys-dev] Etoys: WS-Sound-kfr.2.mcz

commits at source.squeak.org commits at source.squeak.org
Wed Jun 16 17:18:35 EDT 2010


Karl Ramberg uploaded a new version of WS-Sound to project Etoys:
http://source.squeak.org/etoys/WS-Sound-kfr.2.mcz

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

Name: WS-Sound-kfr.2
Author: kfr
Time: 16 June 2010, 11:18:39 pm
UUID: 9cf20b31-e87a-1543-8fbd-9c5d1bd109ce
Ancestors: WS-Sound-bf.1

SQ-714

Exception thrown when you change the calibration slider in World Stethescope

add a World Stethoscope to a project 
Click on the menu button and select "show adjustments" 
Try to move the calibration slider and an exception is thrown. 

=============== Diff against WS-Sound-bf.1 ===============

Item was added:
+ ----- Method: WsWorldStethoscopeMorph>>offset (in category 'accessing') -----
+ offset
+ 	^model offset!

Item was added:
+ ----- Method: WsWorldStethoscopeMorph>>offset: (in category 'accessing') -----
+ offset: number 
+ 	model offset: number!



More information about the etoys-dev mailing list