Fix DateTimeComponent not consuming input when leaving edit mode.

This commit is contained in:
Aloshi 2013-10-24 11:48:29 -05:00
parent a666415302
commit 20c367daa7

View file

@ -50,6 +50,7 @@ bool DateTimeComponent::input(InputConfig* config, Input input)
mEditing = false; mEditing = false;
mTime = mTimeBeforeEdit; mTime = mTimeBeforeEdit;
updateTextCache(); updateTextCache();
return true;
} }
int incDir = 0; int incDir = 0;