mirror of
https://github.com/brl/mutter.git
synced 2024-11-11 00:26:40 -05:00
window: don't ignore resize button release event for move/resize actions
https://bugzilla.gnome.org/show_bug.cgi?id=710251
This commit is contained in:
parent
a841fff2ac
commit
6867d44573
@ -10001,7 +10001,8 @@ meta_window_handle_mouse_grab_op_event (MetaWindow *window,
|
||||
switch (event->type)
|
||||
{
|
||||
case CLUTTER_BUTTON_RELEASE:
|
||||
if (event->button.button == 1)
|
||||
if (event->button.button == 1 ||
|
||||
event->button.button == meta_prefs_get_mouse_button_resize ())
|
||||
{
|
||||
meta_display_check_threshold_reached (window->display,
|
||||
event->button.x,
|
||||
|
Loading…
Reference in New Issue
Block a user