[DEV] move in the text view widget

This commit is contained in:
2013-09-27 23:02:30 +02:00
parent 1a56f4c49c
commit bd066da738
3 changed files with 317 additions and 15 deletions

View File

@@ -240,6 +240,7 @@ bool appl::TextViewer::OnEventEntry(const ewol::EventEntry& _event)
if (m_buffer == NULL) {
return false;
}
// just forward event ==> manage directly in the buffer
if (m_buffer->OnEventEntry(_event) == true) {
MarkToRedraw();
return true;