diff options
author | Yuri Chebotarev <ychebotarev@productengine.com> | 2010-05-17 09:20:57 +0300 |
---|---|---|
committer | Yuri Chebotarev <ychebotarev@productengine.com> | 2010-05-17 09:20:57 +0300 |
commit | 8f7d277e9a79e7bf882f55813179fc3c6489be0e (patch) | |
tree | 19558a2fad54333f8592a2b48add52bb755a74be /indra/newview | |
parent | 53a5b74af12ec772a2a69cff49b2e52da51c5c8f (diff) |
EXT-6941 FIX setup global EditMenu handle
setup global EditMenu handle when pressing mouse on FolderView.
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llfolderview.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llfolderview.cpp b/indra/newview/llfolderview.cpp index 2ae11aa2b5..a87f7288fa 100644 --- a/indra/newview/llfolderview.cpp +++ b/indra/newview/llfolderview.cpp @@ -1744,6 +1744,8 @@ BOOL LLFolderView::handleMouseDown( S32 x, S32 y, MASK mask ) mParentPanel->setFocus(TRUE); + LLEditMenuHandler::gEditMenuHandler = this; + return LLView::handleMouseDown( x, y, mask ); } |