GTK: fix last remains of legacy event handling code.
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