[DEV] remove to many request of focus
This commit is contained in:
parent
780234de13
commit
09425067dc
@ -424,7 +424,8 @@ bool appl::TextViewer::onEventEntry(const ewol::event::Entry& _event) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
bool appl::TextViewer::onEventInput(const ewol::event::Input& _event) {
|
bool appl::TextViewer::onEventInput(const ewol::event::Input& _event) {
|
||||||
if (_event.getId() != 0) {
|
if ( _event.getId() != 0
|
||||||
|
&& _event.getStatus() == ewol::key::statusDown) {
|
||||||
keepFocus();
|
keepFocus();
|
||||||
}
|
}
|
||||||
//tic();
|
//tic();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user