Pass screen coordinates on folder item drag events

Thanks Lirusaito for guiding me while trying to
find this.
This commit is contained in:
miKaぴょん
2015-11-20 00:11:54 +01:00
parent 475de32aea
commit bc838629d9

View File

@@ -768,7 +768,7 @@ BOOL LLFolderViewItem::handleHover( S32 x, S32 y, MASK mask )
// item.
gFocusMgr.setKeyboardFocus(NULL);
return LLToolDragAndDrop::getInstance()->handleHover( x, y, mask );
return LLToolDragAndDrop::getInstance()->handleHover( screen_x, screen_y, mask );
}
}
}