UIPainterView.st
changeset 1429 0fb6421a93e9
parent 1427 85b9b5da0b8d
child 1441 36916e4ce9ab
equal deleted inserted replaced
1428:8243829fd6d3 1429:0fb6421a93e9
   395                                               to:frame id.
   395                                               to:frame id.
   396         ] ifFalse:[
   396         ] ifFalse:[
   397             aPointOrNil isNil ifTrue:[
   397             aPointOrNil isNil ifTrue:[
   398                 pasteOrigin := self sensor mousePoint.
   398                 pasteOrigin := self sensor mousePoint.
   399                 pasteOrigin := device translatePoint:pasteOrigin
   399                 pasteOrigin := device translatePoint:pasteOrigin
   400                                             from:device rootView id
   400                                             from:device rootWindowId
   401                                               to:frame id.
   401                                               to:frame id.
   402             ] ifFalse:[
   402             ] ifFalse:[
   403                 pasteOrigin := device translatePoint:aPointOrNil
   403                 pasteOrigin := device translatePoint:aPointOrNil
   404                                                 from:self id
   404                                                 from:self id
   405                                                   to:frame id.
   405                                                   to:frame id.