Don't eat all keystrokes on ui::TextBox::onProcessMessage()

This commit is contained in:
David Capello 2014-02-02 20:13:52 -03:00
parent ff166107ed
commit 0a01828ffe

View File

@ -86,7 +86,7 @@ bool TextBox::onProcessMessage(Message* msg)
break;
default:
return false;
return Widget::onProcessMessage(msg);
}
}
return true;