[squeak-dev] The Trunk: Monticello-mt.776.mcz

commits at source.squeak.org commits at source.squeak.org
Sat Apr 16 15:03:22 UTC 2022


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

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

Name: Monticello-mt.776
Author: mt
Time: 16 April 2022, 5:03:20.869988 pm
UUID: 730a4254-9906-a144-b6d7-833ddb0e01e7
Ancestors: Monticello-ct.775

Use tool builder to both open and run modal tools.

Complements System-mt.1341.

=============== Diff against Monticello-ct.775 ===============

Item was changed:
  ----- Method: MCTool>>showModally (in category 'morphic ui') -----
  showModally
  	modalProcess := Processor activeProcess.
+ 	ToolBuilder default
+ 		open: self window;
+ 		runModal: self window.
- 	self window openInWorld.
- 	ToolBuilder default runModal: self window.
  	morph := nil.
  	^ modalValue!



More information about the Squeak-dev mailing list