Marcel Taeumel uploaded a new version of MorphicExtras to project The Trunk:
http://source.squeak.org/trunk/MorphicExtras-mt.267.mcz==================== Summary ====================
Name: MorphicExtras-mt.267
Author: mt
Time: 13 November 2019, 1:49:19.350043 pm
UUID: 2d40f447-7663-3e49-a7a3-41d4ee87c391
Ancestors: MorphicExtras-ul.266
Increase the accuracy of magnifier a little bit. Not sure whether we want to add some "low performance" check here. In that case, I would opt for "500" or "1000" as stepTime.
=============== Diff against MorphicExtras-ul.266 ===============
Item was changed:
----- Method: MagnifierMorph>>stepTime (in category 'stepping and presenter') -----
stepTime
+ ^ 33 "ms = 30 frames-per-second"!
- ^ 100!