Marcel Taeumel uploaded a new version of ST80 to project The Trunk:
http://source.squeak.org/trunk/ST80-mt.217.mcz==================== Summary ====================
Name: ST80-mt.217
Author: mt
Time: 23 August 2016, 3:55:41.367497 pm
UUID: e305089b-97de-ac41-b3ee-002757bcf7b5
Ancestors: ST80-nice.216
Fix serious bug in MVC that occured when having deprecation warnings enabled.
=============== Diff against ST80-nice.216 ===============
Item was changed:
----- Method: View>>setDefaultBackgroundColor (in category 'initialize-release') -----
setDefaultBackgroundColor
"Obtain the background color from the receiver's model.
The preferences make sure whether this is a colorful or uniform
look."
+ self backgroundColor: model windowColorToUse!
- self backgroundColor: model defaultBackgroundColor!