GraphicsMedium.st
branchjv
changeset 7297 8061a9b76953
parent 7287 1e2a3258dd8a
child 7318 83b501bbf3b0
equal deleted inserted replaced
7296:3e1f431163d7 7297:8061a9b76953
  3051         ^ self.
  3051         ^ self.
  3052     ].
  3052     ].
  3053     gc notNil ifTrue:[
  3053     gc notNil ifTrue:[
  3054         gc setDevice:aDevice id:aDrawbleId gcId:aGCId
  3054         gc setDevice:aDevice id:aDrawbleId gcId:aGCId
  3055     ].
  3055     ].
       
  3056     device := aDevice
       
  3057     
  3056 !
  3058 !
  3057 
  3059 
  3058 setId:aDrawableId
  3060 setId:aDrawableId
  3059     "private"
  3061     "private"
  3060 
  3062