From 0782f64b642756c02ffa1ec72c2f2e5874ed26e9 Mon Sep 17 00:00:00 2001 From: Yuri Chebotarev Date: Mon, 4 Jan 2010 15:42:18 +0200 Subject: fix for normal EXT-3763 URL clicked on nearby chat toast opens chat history, not URL in browser. also move real action from mouse_down to mouse_up (since clicking on url is processing in mouse_up). --HG-- branch : product-engine --- indra/newview/llchatitemscontainerctrl.h | 1 + 1 file changed, 1 insertion(+) (limited to 'indra/newview/llchatitemscontainerctrl.h') diff --git a/indra/newview/llchatitemscontainerctrl.h b/indra/newview/llchatitemscontainerctrl.h index 0a85c52401..f4b8655054 100644 --- a/indra/newview/llchatitemscontainerctrl.h +++ b/indra/newview/llchatitemscontainerctrl.h @@ -68,6 +68,7 @@ public: void onMouseLeave (S32 x, S32 y, MASK mask); void onMouseEnter (S32 x, S32 y, MASK mask); BOOL handleMouseDown (S32 x, S32 y, MASK mask); + BOOL handleMouseUp (S32 x, S32 y, MASK mask); virtual BOOL postBuild(); -- cgit v1.2.3