diff options
Diffstat (limited to 'indra/newview')
| -rwxr-xr-x | indra/newview/llinventorypanel.cpp | 5 | 
1 files changed, 5 insertions, 0 deletions
| diff --git a/indra/newview/llinventorypanel.cpp b/indra/newview/llinventorypanel.cpp index 5194cba891..4ffd3d727a 100755 --- a/indra/newview/llinventorypanel.cpp +++ b/indra/newview/llinventorypanel.cpp @@ -1332,6 +1332,11 @@ void LLInventoryPanel::openInventoryPanelAndSetSelection(BOOL auto_open, const L  		}  		else  		{ +			LLFloater* floater_inventory = LLFloaterReg::getInstance("inventory"); +			if (floater_inventory) +			{ +				floater_inventory->setFocus(TRUE); +			}  			active_panel->setSelection(obj_id, TAKE_FOCUS_YES);  		}  	} | 
