summaryrefslogtreecommitdiff
path: root/indra/newview/llappearancemgr.cpp
diff options
context:
space:
mode:
authorprep linden <prep@lindenlab.com>2011-03-16 17:10:06 -0400
committerprep linden <prep@lindenlab.com>2011-03-16 17:10:06 -0400
commit4b54ec7965cd874af4d0eef381d0bc9fe06cff04 (patch)
treedd967a4263907ad7de733622cff8f886da1ac7de /indra/newview/llappearancemgr.cpp
parentaaaddfe08942ff15bbe0c6549dc82dda95ce3ba1 (diff)
parent037a83cd47e016f70092bccfdb2c13e759c6ff0a (diff)
merge
Diffstat (limited to 'indra/newview/llappearancemgr.cpp')
-rw-r--r--indra/newview/llappearancemgr.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llappearancemgr.cpp b/indra/newview/llappearancemgr.cpp
index c45be8b05e..24c816d58d 100644
--- a/indra/newview/llappearancemgr.cpp
+++ b/indra/newview/llappearancemgr.cpp
@@ -2910,6 +2910,9 @@ public:
gAgent.setGenderChosen(TRUE);
}
+ // release avatar picker keyboard focus
+ gFocusMgr.setKeyboardFocus( NULL );
+
return true;
}
};