mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 17:31:11 +02:00
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:
@@ -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();
|
||||
}
|
||||
|
Reference in New Issue
Block a user