mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-01-17 22:55:38 +00:00
Fix DateTimeComponent not consuming input when leaving edit mode.
This commit is contained in:
parent
a666415302
commit
20c367daa7
|
@ -50,6 +50,7 @@ bool DateTimeComponent::input(InputConfig* config, Input input)
|
|||
mEditing = false;
|
||||
mTime = mTimeBeforeEdit;
|
||||
updateTextCache();
|
||||
return true;
|
||||
}
|
||||
|
||||
int incDir = 0;
|
||||
|
|
Loading…
Reference in a new issue