diff options
author | Maxim Nikolenko <maximnproductengine@lindenlab.com> | 2023-07-06 21:46:19 +0300 |
---|---|---|
committer | Maxim Nikolenko <maximnproductengine@lindenlab.com> | 2023-07-07 20:30:25 +0300 |
commit | 4aa44bdfc9bae011bdfbb01bd888f7ab92e18215 (patch) | |
tree | bed81175085fc4a20faeb84219193a7fd4085797 /indra/newview/llviewerwindow.h | |
parent | 79198eddf76dfa69e8161f7646d8da19853a8a5a (diff) |
SL-19702 restore previous double clicking behavior for objects
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 |