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