[squeak-dev] The Inbox: Tools-ct.941.mcz

commits at source.squeak.org commits at source.squeak.org
Sun Feb 16 15:48:25 UTC 2020


Christoph Thiede uploaded a new version of Tools to project The Inbox:
http://source.squeak.org/inbox/Tools-ct.941.mcz

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

Name: Tools-ct.941
Author: ct
Time: 16 February 2020, 4:48:20.368878 pm
UUID: 152d52a8-5a34-e545-a638-a80249453a58
Ancestors: Tools-mt.939

Fixes a small bug when reusing a MessageNames window.

To reproduce:

	Preferences setFlag: #(SystemWindow >> reuseWindows) join asSymbol toValue: true during: [
		ToolSet
			browseMessageNames: 'someFictiveMessageName';
			browseMessageNames: 'someOtherFictiveMessageName'].

=============== Diff against Tools-mt.939 ===============

Item was added:
+ ----- Method: MessageNames>>postAcceptBrowseFor: (in category 'morphic ui') -----
+ postAcceptBrowseFor: anotherModel
+ 
+ 	self searchString: anotherModel searchString.!



More information about the Squeak-dev mailing list