[squeak-dev] The Trunk: ST80-mt.289.mcz

commits at source.squeak.org commits at source.squeak.org
Fri Jan 20 17:49:20 UTC 2023


Marcel Taeumel uploaded a new version of ST80 to project The Trunk:
http://source.squeak.org/trunk/ST80-mt.289.mcz

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

Name: ST80-mt.289
Author: mt
Time: 20 January 2023, 6:49:19.776382 pm
UUID: 9be26961-243c-2649-bb65-e850b7ce8afc
Ancestors: ST80-mt.288

Complements System-mt.1385

=============== Diff against ST80-mt.288 ===============

Item was added:
+ ----- Method: StandardSystemView>>extent (in category 'framing compatibility') -----
+ extent
+ 
+ 	^ self viewport extent!

Item was changed:
+ ----- Method: StandardSystemView>>initialExtent (in category 'framing compatibility') -----
- ----- Method: StandardSystemView>>initialExtent (in category 'framing') -----
  initialExtent
  	"Answer the desired extent for the receiver when it is first opened on the screen.  "
  
  	^ model initialExtent min: maximumSize max: minimumSize!

Item was changed:
  ----- Method: StandardSystemView>>release (in category 'initialize-release') -----
  release
  
+ 	RealEstateAgent rememberExtentFor: model.
  	model windowIsClosing; release.
  	self isCollapsed ifTrue: [savedSubViews do: [:v | v release]].
  	super release.
  !



More information about the Squeak-dev mailing list