# HG changeset patch # User ca # Date 873375441 -7200 # Node ID e1330d6cddb1c3362595c609b1661f4ff1bc50fe # Parent 064727515aa17f3a6367794bba770f1d8cc5ded5 changed caused by SelectionInTreeView diff -r 064727515aa1 -r e1330d6cddb1 UIPainter.st --- a/UIPainter.st Thu Sep 04 14:16:39 1997 +0200 +++ b/UIPainter.st Thu Sep 04 14:17:21 1997 +0200 @@ -1458,7 +1458,7 @@ ]. cls notNil ifTrue:[ - (aspect := self specTool specification modelSelector) notNil ifTrue:[ + (aspect := self specTool specification hierarchicalList) notNil ifTrue:[ aspect := aspect asSymbol ] ifFalse:[ "/ cg: q&d hack ... @@ -1479,7 +1479,7 @@ editor selectorName ~= aspect ifTrue:[ editor didInstall ifTrue:[ - self specTool specification modelSelector:editor selectorName asSymbol. + self specTool specification hierarchicalList:editor selectorName asSymbol. self modifiedChannel value:true. self accept ] @@ -2978,7 +2978,7 @@ " super initialize. self multipleSelectOk:true. - self model:(SelectionInTree new). + cvsEventsDisabled := false. imageMasterChild := (self class imageMasterChild) onDevice:device. imageMasterParent := (self class imageMasterParent) onDevice:device.