Marcel Taeumel uploaded a new version of 51Deprecated to project The Trunk:
http://source.squeak.org/trunk/51Deprecated-mt.45.mcz==================== Summary ====================
Name: 51Deprecated-mt.45
Author: mt
Time: 17 August 2016, 5:09:05.536674 pm
UUID: cf6de90d-fbf7-2446-8332-0c7ff7f03ed1
Ancestors: 51Deprecated-mt.44
Due to some simplification in the inheritance chain of docking bars and menus, restore some rounded-corner methods as deprecated to improve backwards compatibility (e.g. NuScratch).
In the future, we can descide whether to add it to Morph in general or not.
=============== Diff against 51Deprecated-mt.44 ===============
Item was added:
+ ----- Method: DockingBarMorph>>useRoundedCorners (in category '*51Deprecated') -----
+ useRoundedCorners
+ self cornerStyle: #rounded!
Item was added:
+ ----- Method: DockingBarMorph>>useSquareCorners (in category '*51Deprecated') -----
+ useSquareCorners
+ self cornerStyle: #square!
Item was added:
+ ----- Method: MenuMorph>>useRoundedCorners (in category '*51Deprecated') -----
+ useRoundedCorners
+ self cornerStyle: #rounded!
Item was added:
+ ----- Method: MenuMorph>>useSquareCorners (in category '*51Deprecated') -----
+ useSquareCorners
+ self cornerStyle: #square!