diff options
Diffstat (limited to 'indra/newview')
| -rw-r--r-- | indra/newview/llfloatersellland.cpp | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/indra/newview/llfloatersellland.cpp b/indra/newview/llfloatersellland.cpp index 9895665026..eae6121e79 100644 --- a/indra/newview/llfloatersellland.cpp +++ b/indra/newview/llfloatersellland.cpp @@ -170,6 +170,7 @@ BOOL LLFloaterSellLandUI::postBuild()  	childSetAction("sell_btn", doSellLand, this);  	childSetAction("show_objects", doShowObjects, this);  	center(); +	getChild<LLUICtrl>("profile_scroll")->setTabStop(true);  	return TRUE;  } | 
