[squeak-dev] The Trunk: 51Deprecated-mt.46.mcz

commits at source.squeak.org commits at source.squeak.org
Fri Aug 19 16:16:01 UTC 2016


Marcel Taeumel uploaded a new version of 51Deprecated to project The Trunk:
http://source.squeak.org/trunk/51Deprecated-mt.46.mcz

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

Name: 51Deprecated-mt.46
Author: mt
Time: 19 August 2016, 6:15:54.977803 pm
UUID: f28de3d5-b412-5241-9975-7a7a6172a4bf
Ancestors: 51Deprecated-mt.45

Same fix as in menu morphs. Due to some simplification in the inheritance chain of pluggable buttons, restore some rounded-corner methods as deprecated to improve backwards compatibility.

=============== Diff against 51Deprecated-mt.45 ===============

Item was added:
+ ----- Method: PluggableButtonMorph>>useRoundedCorners (in category '*51Deprecated') -----
+ useRoundedCorners
+ 	self cornerStyle: #rounded!

Item was added:
+ ----- Method: PluggableButtonMorph>>useSquareCorners (in category '*51Deprecated') -----
+ useSquareCorners
+ 	self cornerStyle: #square!



More information about the Squeak-dev mailing list