diff options
| -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 );  } | 
