mirror of
https://github.com/brl/mutter.git
synced 2024-12-23 19:42:05 +00:00
ui/frames: Drop the current grab info on button release
This was added in commitd05b750b8d
and later removed inadvertently in commitd561b3b18f
. 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 ());
|
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);
|
meta_core_end_grab_op (display, event->time);
|
||||||
|
|
||||||
/* We only handle the releases we handled the presses for (things
|
/* We only handle the releases we handled the presses for (things
|
||||||
|
Loading…
Reference in New Issue
Block a user