NORSPEC-237 nix resetting the keyboard focus to cripple the repeats per meter control

master
Graham Madarasz 2013-06-05 14:18:29 -07:00
parent badbce6f97
commit d40acfb05a
1 changed files with 0 additions and 2 deletions

View File

@ -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();