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;
mTime = mTimeBeforeEdit;
updateTextCache();
return true;
}
int incDir = 0;