[squeak-dev] The Trunk: MorphicTests-nice.75.mcz

commits at source.squeak.org commits at source.squeak.org
Wed Apr 14 17:14:15 UTC 2021


Nicolas Cellier uploaded a new version of MorphicTests to project The Trunk:
http://source.squeak.org/trunk/MorphicTests-nice.75.mcz

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

Name: MorphicTests-nice.75
Author: nice
Time: 14 April 2021, 7:14:06.997889 pm
UUID: d87c50dd-4e44-5242-9120-37e0452ca781
Ancestors: MorphicTests-eem.74

Fix loss of useRetractableScrollBars preference

=============== Diff against MorphicTests-eem.74 ===============

Item was changed:
  ----- Method: TableLayoutTest>>setUp (in category 'running') -----
  setUp
  
  	super setUp.
- 	
  	reset := {
  		([:enable | [self useRetractableScrollBars: enable]]
  			value: self useRetractableScrollBars)
+ 	}.
+ 	self useRetractableScrollBars: false!
- 			in: [:block | self useRetractableScrollBars: false].
- 	}.!



More information about the Squeak-dev mailing list