From eefbb2a7b880943b71f8af4f7b91727836162ccf Mon Sep 17 00:00:00 2001 From: Eugene Mutavchi Date: Fri, 19 Feb 2010 15:11:02 +0200 Subject: Fixed low bug EXT-4676 (Sell Land: Tab does not move to next control) --HG-- branch : product-engine --- indra/newview/llfloatersellland.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'indra/newview/llfloatersellland.cpp') 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("profile_scroll")->setTabStop(true); return TRUE; } -- cgit v1.2.3