diff options
| author | Steven Bennetts <steve@lindenlab.com> | 2007-03-06 01:01:51 +0000 |
|---|---|---|
| committer | Steven Bennetts <steve@lindenlab.com> | 2007-03-06 01:01:51 +0000 |
| commit | efcd347c80458f3b18284a1250bef7ef7ea5a325 (patch) | |
| tree | 1f2a9700d2677b713bc58816e2e880ee0416bf4b /indra/newview/lltoolcomp.cpp | |
| parent | 14360b815ed486c90c57b8025f8c93376ca6b6c6 (diff) | |
merge -r 58734:58751 maintenance -> release
Diffstat (limited to 'indra/newview/lltoolcomp.cpp')
| -rw-r--r-- | indra/newview/lltoolcomp.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/newview/lltoolcomp.cpp b/indra/newview/lltoolcomp.cpp index 1947459c6a..5d803b4c52 100644 --- a/indra/newview/lltoolcomp.cpp +++ b/indra/newview/lltoolcomp.cpp @@ -485,6 +485,11 @@ BOOL LLToolCompCreate::handleMouseUp(S32 x, S32 y, MASK mask) mObjectPlacedOnMouseDown = FALSE; mMouseDown = FALSE; + if (!handled) + { + handled = LLToolComposite::handleMouseUp(x, y, mask); + } + return handled; } |
