mirror of
https://github.com/brl/mutter.git
synced 2024-11-26 01:50:42 -05:00
window: Don't mark the event as handled for odd event combinations
This is an accidental regression from 7a109a1
. If we mark the event as
handled, then we *need* to set grab_op, or do some other sort of
behavior, since we have a grab.
This commit is contained in:
parent
39f65f9f86
commit
bb977c00ca
@ -8022,7 +8022,7 @@ meta_window_handle_ungrabbed_event (MetaWindow *window,
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
return TRUE;
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
void
|
||||
|
Loading…
Reference in New Issue
Block a user