[squeak-dev] The Trunk: Tools-mt.586.mcz

commits at source.squeak.org commits at source.squeak.org
Sun Apr 12 19:30:27 UTC 2015


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

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

Name: Tools-mt.586
Author: mt
Time: 12 April 2015, 9:30:07.393 pm
UUID: 79784972-f538-694e-9db7-3ad3b5a310e8
Ancestors: Tools-mt.585

Fix for object explorer to inspect the root object when switching to an inspector.

=============== Diff against Tools-mt.585 ===============

Item was changed:
  ----- Method: ObjectExplorer>>inspectObject (in category 'toolbuilder') -----
  inspectObject
  	"Switch to an inspector tool."
  	
  	| window model |
+ 	window := self rootObject inspect.
- 	window := self object inspect.
  	model := window model.
  	
  	model setExpression: self expression.
  	window bounds: self containingWindow bounds.
  	self changed: #close.!



More information about the Squeak-dev mailing list