![](https://secure.gravatar.com/avatar/90ff9b7df6973eae49d3d4911e2eda0c.jpg?s=120&d=mm&r=g)
On Wed, Apr 15, 2009 at 9:20 PM, Stas Boukarev <stassats@gmail.com> wrote:
The attached file demonstrates the following behaviour: * When dragging over a pattern, pattern becomes distorted. * When dragging over a circle it is ok.
And sometimes I get the following error, backtrace shows that it's signaled while doing DRAG-OUTPUT-RECORD: There is no applicable method for the generic function: #<STANDARD-GENERIC-FUNCTION SHEET-NATIVE-TRANSFORMATION #x300041532E4F> when called with arguments: (NIL)
And that's because it's getting called with the result of `port-pointer-sheet' function, which sometimes returns nil. And I also found the following commentary: "XXX Should we rely on port-pointer-sheet being correct? -- moore" -- With best regards, Stas.