diff options
author | Leslie Linden <leslie@lindenlab.com> | 2011-10-18 17:11:05 -0700 |
---|---|---|
committer | Leslie Linden <leslie@lindenlab.com> | 2011-10-18 17:11:05 -0700 |
commit | d6be2b49041c3ea51205bdd5a0ea7890afb9a5e5 (patch) | |
tree | 7a6e950690c2347417b7a70229dd58b046a0f1e3 /indra/llui/lltoolbar.h | |
parent | 4002820badf7326996e22132a835b2b798dfb43c (diff) |
EXP-1348 FIX -- Speak button activated when dragging and dropping between toolbars and moving back to Tool box
* Dragging and dropping the speak button will aggressively turn off the
microphone now, regardless of the initial state of the button.
Reviewed by Richard.
Diffstat (limited to 'indra/llui/lltoolbar.h')
-rw-r--r-- | indra/llui/lltoolbar.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llui/lltoolbar.h b/indra/llui/lltoolbar.h index 616710ea70..ad42d1fa35 100644 --- a/indra/llui/lltoolbar.h +++ b/indra/llui/lltoolbar.h @@ -185,6 +185,7 @@ public: int removeCommand(const LLCommandId& commandId); // Returns the rank the removed command was at, RANK_NONE if not found bool hasCommand(const LLCommandId& commandId) const; bool enableCommand(const LLCommandId& commandId, bool enabled); + bool stopCommandInProgress(const LLCommandId& commandId); void setStartDragCallback(tool_startdrag_callback_t cb) { mStartDragItemCallback = cb; } void setHandleDragCallback(tool_handledrag_callback_t cb) { mHandleDragItemCallback = cb; } |