Marcel Taeumel uploaded a new version of MorphicExtras to project The Trunk:
http://source.squeak.org/trunk/MorphicExtras-mt.263.mcz==================== Summary ====================
Name: MorphicExtras-mt.263
Author: mt
Time: 20 September 2019, 7:33:43.513764 pm
UUID: c9507d7d-abc0-c148-8457-00597e7cd102
Ancestors: MorphicExtras-mt.262
Complements Morphic-mt.1526
=============== Diff against MorphicExtras-mt.262 ===============
Item was changed:
----- Method: TwoWayScrollPane>>totalScrollRange (in category 'geometry') -----
totalScrollRange
"Return the entire scrolling range."
+ ^ ((scroller localSubmorphBounds ifNil: [^nil]) encompass: 0@0) extent
- ^ ((scroller localVisibleSubmorphBounds ifNil: [^nil]) encompass: 0@0) extent
!