use rootWindowId (save a message send)
authorClaus Gittinger <cg@exept.de>
Fri, 17 Nov 2000 01:45:10 +0100
changeset 1429 0fb6421a93e9
parent 1428 8243829fd6d3
child 1430 ec2bc25674c3
use rootWindowId (save a message send)
UIPainterView.st
UISelectionPanel.st
--- a/UIPainterView.st	Wed Nov 15 13:35:24 2000 +0100
+++ b/UIPainterView.st	Fri Nov 17 01:45:10 2000 +0100
@@ -397,7 +397,7 @@
             aPointOrNil isNil ifTrue:[
                 pasteOrigin := self sensor mousePoint.
                 pasteOrigin := device translatePoint:pasteOrigin
-                                            from:device rootView id
+                                            from:device rootWindowId
                                               to:frame id.
             ] ifFalse:[
                 pasteOrigin := device translatePoint:aPointOrNil
--- a/UISelectionPanel.st	Wed Nov 15 13:35:24 2000 +0100
+++ b/UISelectionPanel.st	Fri Nov 17 01:45:10 2000 +0100
@@ -1432,7 +1432,7 @@
     device := gallery device.
 
     point  := device translatePoint:(device pointerPosition)
-                               from:(device rootView id)
+                               from:(device rootWindowId)
                                  to:(gallery canvas id).
 
     point y < 1 ifTrue:[point y:1].