The node NodeFromDragData method has the same problem as the HitTest method, in that it looks for the ID of a hItem in the m_colIDs collection when it should be using the fIDForhItem method to find the ID.
Thanks to Ed Epstein for pointing out the problem with HitTest.
|
Fixed. |