Skip to content
Snippets Groups Projects
Commit e3c5d6d5 authored by Leyla Farazha's avatar Leyla Farazha
Browse files

SOCIAL-635 Hitting enter in viewer after selecting an avatar change causes...

SOCIAL-635 Hitting enter in viewer after selecting an avatar change causes another avatar change to be initiated
parent 0812262e
No related branches found
No related tags found
No related merge requests found
...@@ -2979,6 +2979,9 @@ class LLWearFolderHandler : public LLCommandHandler ...@@ -2979,6 +2979,9 @@ class LLWearFolderHandler : public LLCommandHandler
gAgent.setGenderChosen(TRUE); gAgent.setGenderChosen(TRUE);
} }
// release avatar picker keyboard focus
gFocusMgr.setKeyboardFocus( NULL );
return true; return true;
} }
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment