[squeak-dev] The Trunk: MorphicExtras-mt.271.mcz

Marcel Taeumel marcel.taeumel at hpi.de
Wed Feb 19 16:06:20 UTC 2020


Am 19.02.2020 17:05:31 schrieb commits at source.squeak.org <commits at source.squeak.org>:
Marcel Taeumel uploaded a new version of MorphicExtras to project The Trunk:
http://source.squeak.org/trunk/MorphicExtras-mt.271.mcz

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

Name: MorphicExtras-mt.271
Author: mt
Time: 19 February 2020, 5:05:20.185123 pm
UUID: 2c003dbb-22b3-df4a-b378-d365e5050d63
Ancestors: MorphicExtras-mt.270

Slightly increase default size of thumbnails (for flaps) and make them aware of scaling. Feels way better in Etoys now to work with viewers. I can actually hit them now. :-)

=============== Diff against MorphicExtras-mt.270 ===============

Item was changed:
----- Method: ThumbnailMorph>>initialize (in category 'initialization') -----
initialize
"Initialize the receiver, obeying a #nominalExtent property if I
have one"
| anExtent |
super initialize.
""
anExtent := self
valueOfProperty: #nominalExtent
+ ifAbsent: [((32 @ 32) * RealEstateAgent scaleFactor) truncated].
- ifAbsent: [25 @ 25].
self
extent: (anExtent
)!


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20200219/570fd6b2/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image.png
Type: image/png
Size: 8363 bytes
Desc: not available
URL: <http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20200219/570fd6b2/attachment.png>


More information about the Squeak-dev mailing list