[Pkg] The Trunk: Nebraska-tpr.50.mcz

commits at source.squeak.org commits at source.squeak.org
Tue Aug 8 01:38:36 UTC 2017


tim Rowledge uploaded a new version of Nebraska to project The Trunk:
http://source.squeak.org/trunk/Nebraska-tpr.50.mcz

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

Name: Nebraska-tpr.50
Author: tpr
Time: 7 August 2017, 6:38:27.598699 pm
UUID: 633f7da3-da1d-44ee-8bdc-3f417d8db1ec
Ancestors: Nebraska-tpr.49

Fix a dumb-thumb in the prior update

=============== Diff against Nebraska-tpr.49 ===============

Item was changed:
  ----- Method: NebraskaCommunicatorMorph>>textEntryFieldNamed:with:help: (in category 'as yet unclassified') -----
  textEntryFieldNamed: aSymbol with: aString help: helpString
  
  	| f col |
  	f := (StringMorph new contents: aString; font: Preferences standardEToysFont; yourself)
  		setBalloonText: helpString;
  		on: #mouseUp send: #editEvent:for: to: self.
  	self field: aSymbol is: f.
+ 	col := (self inAColumn: {f}) color: Color white; hResizing: #shrinkWrap.
- 	col _ (self inAColumn: {f}) color: Color white; hResizing: #shrinkWrap.
  	^col!



More information about the Packages mailing list