[squeak-dev] The Trunk: EToys-tfel.228.mcz

commits at source.squeak.org commits at source.squeak.org
Wed Aug 31 18:54:49 UTC 2016


Tim Felgentreff uploaded a new version of EToys to project The Trunk:
http://source.squeak.org/trunk/EToys-tfel.228.mcz

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

Name: EToys-tfel.228
Author: tfel
Time: 31 August 2016, 8:49:05.051755 pm
UUID: f9d5b452-9e2a-7045-b2ab-399366c623f9
Ancestors: EToys-tfel.227

apply fix from jl to skip drawing turtles if the semaphore is locked

=============== Diff against EToys-tfel.227 ===============

Item was changed:
  ----- Method: KedamaMorph>>drawTurtlesOnForm: (in category 'drawing') -----
  drawTurtlesOnForm: aForm
  
  	turtlesToDisplay do: [:exampler |
  		(self isVisible: exampler) ifTrue: [
  			turtlesDictSemaphore critical: [
  				exampler turtles drawOn: aForm.
+ 			] ifLocked: []
- 			].
  		].
  	].
  !



More information about the Squeak-dev mailing list