diff options
author | Richard Nelson <richard@lindenlab.com> | 2011-10-06 16:48:19 -0700 |
---|---|---|
committer | Richard Nelson <richard@lindenlab.com> | 2011-10-06 16:48:19 -0700 |
commit | 740b3547d6b4685bcd89bb2781ccb423ab935799 (patch) | |
tree | 4727124ac146c08d5eb09e31983e231623840b89 /indra/llui/lltoolbar.h | |
parent | adeaf71e3314e44a33864dbe90d93040d4247c67 (diff) |
EXP-1303 FIX Drag and dropping button over viewer area can select objects inworld
fixed close button not working on floaters against right edge of window
fixed drag and drop only working once per toolbar button
reimplemented drag and drop threshold
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 3fbe5a7703..4fac081130 100644 --- a/indra/llui/lltoolbar.h +++ b/indra/llui/lltoolbar.h @@ -68,6 +68,7 @@ public: void setHandleDragCallback(tool_handledrag_callback_t cb) { mHandleDragItemCallback = cb; } void onMouseEnter(S32 x, S32 y, MASK mask); + void onMouseCaptureLost(); private: LLCommandId mId; |