[Pkg] The Trunk: MorphicExtras-mt.263.mcz

commits at source.squeak.org commits at source.squeak.org
Fri Sep 20 17:33:47 UTC 2019


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 at 0) extent
- 	^ ((scroller localVisibleSubmorphBounds ifNil: [^nil]) encompass: 0 at 0) extent
  
  !



More information about the Packages mailing list