Pass screen coordinates on folder item drag events
Thanks Lirusaito for guiding me while trying to find this.
This commit is contained in:
@@ -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 );
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user