NORSPEC-237 nix resetting the keyboard focus to cripple the repeats per meter control
parent
badbce6f97
commit
d40acfb05a
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in New Issue