GTK: fix last remains of legacy event handling code.
This commit is contained in:
parent
f43954cc29
commit
bda3b80609
@ -583,8 +583,8 @@ protected:
|
||||
return false;
|
||||
}
|
||||
|
||||
if(SS.GW.KeyboardEvent(event)) {
|
||||
return true;
|
||||
if(_receiver->onKeyboardEvent) {
|
||||
return _receiver->onKeyboardEvent(event);
|
||||
}
|
||||
|
||||
return false;
|
||||
|
Loading…
Reference in New Issue
Block a user