From d40acfb05a475c0e59bccacdde259fe53ecdb203 Mon Sep 17 00:00:00 2001 From: Graham Madarasz Date: Wed, 5 Jun 2013 14:18:29 -0700 Subject: NORSPEC-237 nix resetting the keyboard focus to cripple the repeats per meter control --- indra/newview/llpanelface.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'indra') 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("rptctrl"); F32 repeats_per_meter = repeats_ctrl->getValue().asReal(); -- cgit v1.2.3