SL-15794 Rapidly clicking objects or attachments triggers teleport
All doubleclicks should be treated as clicks in scope of editormaster
parent
3c588cdfbf
commit
1aec1bed0e
|
|
@ -347,7 +347,9 @@ BOOL LLToolCompTranslate::handleDoubleClick(S32 x, S32 y, MASK mask)
|
|||
}
|
||||
// Nothing selected means the first mouse click was probably
|
||||
// bad, so try again.
|
||||
return FALSE;
|
||||
// This also consumes the event to prevent things like double-click
|
||||
// teleport from triggering.
|
||||
return handleMouseDown(x, y, mask);
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue