From 364cf1ec73c4f91486f740c160c3217cddf3ef63 Mon Sep 17 00:00:00 2001 From: Drake Arconis Date: Sun, 6 Jan 2013 09:47:02 -0500 Subject: [PATCH] Bug fix from v3 --- indra/newview/lltoolcomp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/newview/lltoolcomp.cpp b/indra/newview/lltoolcomp.cpp index 554ace032..2a79e0c32 100644 --- a/indra/newview/lltoolcomp.cpp +++ b/indra/newview/lltoolcomp.cpp @@ -491,7 +491,7 @@ BOOL LLToolCompCreate::handleMouseDown(S32 x, S32 y, MASK mask) mObjectPlacedOnMouseDown = TRUE; - return TRUE; + return handled; } void LLToolCompCreate::pickCallback(const LLPickInfo& pick_info)