mirror of
https://github.com/brl/mutter.git
synced 2024-11-22 16:10:41 -05:00
main: Fix keyboard event emission for non-reactive actors
This is an innocent copy-paste issue that ended up breaking a few things https://bugzilla.gnome.org/show_bug.cgi?id=664582
This commit is contained in:
parent
1dc7c45438
commit
f7bb1e879e
@ -2324,7 +2324,7 @@ emit_keyboard_event (ClutterEvent *event,
|
||||
if (context->keyboard_grab_actor == NULL &&
|
||||
(device == NULL || device->keyboard_grab_actor == NULL))
|
||||
{
|
||||
emit_event (event, FALSE);
|
||||
emit_event (event, TRUE);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user