From 8ba2b01de24f4ff7e067d5e0fc995cc4ab7fb9d5 Mon Sep 17 00:00:00 2001 From: maxim_productengine Date: Thu, 11 Jul 2019 13:55:22 +0300 Subject: SL-11566 FIXED The 'Group profile' floater opens when double-clicking on the scrollbar arrow in the 'Profile' floater --- indra/newview/llgrouplist.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra/newview') diff --git a/indra/newview/llgrouplist.cpp b/indra/newview/llgrouplist.cpp index 3a81d1557e..179a9d6368 100644 --- a/indra/newview/llgrouplist.cpp +++ b/indra/newview/llgrouplist.cpp @@ -153,7 +153,7 @@ BOOL LLGroupList::handleDoubleClick(S32 x, S32 y, MASK mask) // Handle double click only for the selected item in the list, skip clicks on empty space. if (handled) { - if (mDoubleClickSignal) + if (mDoubleClickSignal && getItemsRect().pointInRect(x, y)) { (*mDoubleClickSignal)(this, x, y, mask); } -- cgit v1.2.3