summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelface.cpp
diff options
context:
space:
mode:
authorGraham Madarasz <graham@lindenlab.com>2013-06-05 14:18:29 -0700
committerGraham Madarasz <graham@lindenlab.com>2013-06-05 14:18:29 -0700
commitd40acfb05a475c0e59bccacdde259fe53ecdb203 (patch)
tree4c3faaedf82432877bec30988f6b7ae654f03115 /indra/newview/llpanelface.cpp
parentbadbce6f97082505cf3ef0d35c682cc727a21a0e (diff)
NORSPEC-237 nix resetting the keyboard focus to cripple the repeats per meter control
Diffstat (limited to 'indra/newview/llpanelface.cpp')
-rwxr-xr-xindra/newview/llpanelface.cpp2
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();