diff options
author | Eugene Mutavchi <emutavchi@productengine.com> | 2010-02-19 15:11:02 +0200 |
---|---|---|
committer | Eugene Mutavchi <emutavchi@productengine.com> | 2010-02-19 15:11:02 +0200 |
commit | eefbb2a7b880943b71f8af4f7b91727836162ccf (patch) | |
tree | 7577f3884b6c584379d2eefef85cffaf18f82b16 /indra/newview | |
parent | 68889347efadcc6b093ac944fb813f57bff9fe5e (diff) |
Fixed low bug EXT-4676 (Sell Land: Tab does not move to next control)
--HG--
branch : product-engine
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; } |