diff options
| author | Graham Madarasz <graham@lindenlab.com> | 2013-06-05 14:18:29 -0700 | 
|---|---|---|
| committer | Graham Madarasz <graham@lindenlab.com> | 2013-06-05 14:18:29 -0700 | 
| commit | d40acfb05a475c0e59bccacdde259fe53ecdb203 (patch) | |
| tree | 4c3faaedf82432877bec30988f6b7ae654f03115 /indra | |
| parent | badbce6f97082505cf3ef0d35c682cc727a21a0e (diff) | |
NORSPEC-237 nix resetting the keyboard focus to cripple the repeats per meter control
Diffstat (limited to 'indra')
| -rwxr-xr-x | indra/newview/llpanelface.cpp | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/indra/newview/llpanelface.cpp b/indra/newview/llpanelface.cpp index dcedbba81b..01ed6e84b8 100755 --- a/indra/newview/llpanelface.cpp +++ b/indra/newview/llpanelface.cpp @@ -2387,8 +2387,6 @@ void LLPanelFace::onCommitRepeatsPerMeter(LLUICtrl* ctrl, void* userdata)  {  	LLPanelFace* self = (LLPanelFace*) userdata; -	gFocusMgr.setKeyboardFocus( NULL ); -  	LLUICtrl* repeats_ctrl = self->getChild<LLUICtrl>("rptctrl");  	F32 repeats_per_meter = repeats_ctrl->getValue().asReal(); | 
