mirror of
https://github.com/brl/mutter.git
synced 2025-02-02 14:53:03 +00:00
ui/frames: Drop the current grab info on button release
This was added in commit d05b750b8dec3825d286e3ae30c41b41bd6aed98 and later removed inadvertently in commit d561b3b18f73a66bcd7947dce7ab1aab9e09965a . https://bugzilla.gnome.org/show_bug.cgi?id=767969
This commit is contained in:
parent
a174c18fb5
commit
1d2bead358
@ -1114,6 +1114,7 @@ handle_button_release_event (MetaUIFrame *frame,
|
||||
{
|
||||
Display *display = GDK_DISPLAY_XDISPLAY (gdk_display_get_default ());
|
||||
|
||||
frame->frames->current_grab_op = META_GRAB_OP_NONE;
|
||||
meta_core_end_grab_op (display, event->time);
|
||||
|
||||
/* We only handle the releases we handled the presses for (things
|
||||
|
Loading…
x
Reference in New Issue
Block a user