diff options
author | Maxim Nikolenko <maximnproductengine@lindenlab.com> | 2023-07-06 21:46:19 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-06 21:46:19 +0300 |
commit | 5928afda8a5db7875a9d4743fb04daf3c8c51be4 (patch) | |
tree | b856b501d7e2d85eb82a0c8366a2f9b7b6ded67b /indra/newview/llviewerwindow.h | |
parent | 374de322bf8777121bc6ad12455980261a8b4b86 (diff) |
SL-19702 restore previous double clicking behavior for objects (#266)
Diffstat (limited to 'indra/newview/llviewerwindow.h')
-rw-r--r-- | indra/newview/llviewerwindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llviewerwindow.h b/indra/newview/llviewerwindow.h index 1927e01ddb..92905ef21a 100644 --- a/indra/newview/llviewerwindow.h +++ b/indra/newview/llviewerwindow.h @@ -179,7 +179,7 @@ public: void reshapeStatusBarContainer(); - BOOL handleAnyMouseClick(LLWindow *window, LLCoordGL pos, MASK mask, EMouseClickType clicktype, BOOL down); + BOOL handleAnyMouseClick(LLWindow *window, LLCoordGL pos, MASK mask, EMouseClickType clicktype, BOOL down, bool &is_toolmgr_action); // // LLWindowCallback interface implementation |