|
|
|
|
|
Reopened as code has been backed out due to ui design discussions
Here's what the backed-out implementation was for the record:
BOOL LLFolderViewItem::handleDoubleClick( S32 x, S32 y, MASK mask ) { if (mListener->getInventoryType() == LLInventoryType::IT_LANDMARK) { gFocusMgr.setKeyboardFocus(NULL, NULL); // release focus to main window so user can move with arrow keys mListener->performAction(NULL, &gInventory, "teleport"); } else { preview(); } return TRUE; } Apologies for the confusion on this; we should've closed this task and focused efforts on
Thanks Coco and Ben for the feedback. Appreciated. as per ben's note I'm changing this to open again (from "fixed" which coco thought it was)
Oh, it is fixed in 1.18.5 ... sorry for the confusion. Closing ... |
|||||||||||||||||||||||||||||||||||||||||
I used the supplied patch but applied it to the handleDoubleClick method rather than in preview for a better semantic match. Thanks once again Nicholaz!