UISelectionPanel.st
changeset 1429 0fb6421a93e9
parent 1408 c3cf368bccf1
child 1434 223936d0c28b
--- 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].