Minor fix for previous commit

This commit is contained in:
Deve 2019-02-13 21:46:46 +01:00
parent 415bfb491e
commit 69cea1eabf

View File

@ -366,6 +366,7 @@ bool ScreenKeyboard::onEvent(const SEvent &event)
if (m_edit_box->isPointInside(point))
{
m_edit_box->OnEvent(event);
return true;
}
else
{