Marcel Taeumel uploaded a new version of Morphic to project The Trunk:
http://source.squeak.org/trunk/Morphic-mt.1717.mcz==================== Summary ====================
Name: Morphic-mt.1717
Author: mt
Time: 13 January 2021, 4:41:17.950847 pm
UUID: 7b18d879-1009-e04b-b0b2-fe5ad7fe4376
Ancestors: Morphic-mt.1716
Improves documentation to maybe avoid issues such as the ones fixes in EToys-mt.416 and MorphicExtras-mt.282.
=============== Diff against Morphic-mt.1716 ===============
Item was changed:
----- Method: Morph>>minimumHeight (in category 'geometry - layout') -----
minimumHeight
+ "Wrapper for layout-specific function to avoid confusion. Please configure through #minimumHeight: or #minHeight: or by overriding #minHeight. Please do not override #minimumHeight since the layout mechanism will not call it."
- "Wrapper for layout-specific function to avoid confusion."
^ self minHeight!
Item was changed:
----- Method: Morph>>minimumWidth (in category 'geometry - layout') -----
minimumWidth
+ "Wrapper for layout-specific function to avoid confusion. Please configure through #minimumWidth: or #minWidth: or by overriding #minWidth. Please do not override #minimumWidth since the layout mechanism will not call it."
- "Wrapper for layout-specific function to avoid confusion."
^ self minWidth!