# HG changeset patch # User Claus Gittinger # Date 974421910 -3600 # Node ID 0fb6421a93e9957978c37ee06427b34f8841ff03 # Parent 8243829fd6d3ae3c8865283f520063ae43618917 use rootWindowId (save a message send) diff -r 8243829fd6d3 -r 0fb6421a93e9 UIPainterView.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 diff -r 8243829fd6d3 -r 0fb6421a93e9 UISelectionPanel.st --- 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].