keyboard-input: don't change focus after digit input

Origin commit data
------------------
Branch: ni/coolstream
Commit: 655845b180
Author: vanhofen <vanhofen@gmx.de>
Date: 2020-02-15 (Sat, 15 Feb 2020)

Origin message was:
------------------
- keyboard-input: don't change focus after digit input

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2020-02-15 00:29:10 +01:00
parent c8e1b08c71
commit 62584c28b3

View File

@@ -422,7 +422,7 @@ void CKeyboardInput::keyDigiPressed(const neutrino_msg_t key)
if (focus == FOCUS_KEY)
paintKey(old_srow, old_col);
focus = FOCUS_KEY;
//focus = FOCUS_KEY;
paintKey(srow, scol);
NormalKeyPressed();
}