UIPainter.st
changeset 319 f16aa0e8541e
parent 317 e59012bf505f
child 321 9b6c937e218d
equal deleted inserted replaced
318:31a94b71ae1b 319:f16aa0e8541e
  3031     "
  3031     "
  3032     super initialize.
  3032     super initialize.
  3033     self multipleSelectOk:true.
  3033     self multipleSelectOk:true.
  3034 
  3034 
  3035     cvsEventsDisabled := false.
  3035     cvsEventsDisabled := false.
  3036     imageMasterChild  := (self class imageMasterChild) onDevice:device.
  3036     imageMasterChild  := self class imageMasterChild. 
  3037     imageMasterParent := (self class imageMasterParent) onDevice:device.
  3037     imageMasterChild notNil ifTrue:[imageMasterChild := imageMasterChild onDevice:device].
  3038     imageEmptyParent  := (self class imageEmptyParent)  onDevice:device.
  3038     imageMasterParent := self class imageMasterParent. 
  3039 
  3039     imageMasterParent notNil ifTrue:[imageMasterParent := imageMasterParent onDevice:device].
       
  3040     imageEmptyParent  := self class imageEmptyParent.  
       
  3041     imageEmptyParent notNil ifTrue:[imageEmptyParent := imageEmptyParent onDevice:device].
  3040 ! !
  3042 ! !
  3041 
  3043 
  3042 !UIPainter::TreeView methodsFor:'private'!
  3044 !UIPainter::TreeView methodsFor:'private'!
  3043 
  3045 
  3044 figureFor:aNode
  3046 figureFor:aNode