display: Unknown keyboard resize ops are resizing ops
This fixes the resize popup not showing up when doing a keyboard resize.
This commit is contained in:
parent
fd1243d881
commit
6492845f27
@ -1205,7 +1205,7 @@ meta_grab_op_is_resizing (MetaGrabOp op)
|
|||||||
if (!grab_op_is_window (op))
|
if (!grab_op_is_window (op))
|
||||||
return FALSE;
|
return FALSE;
|
||||||
|
|
||||||
return (op & META_GRAB_OP_WINDOW_DIR_MASK) != 0;
|
return (op & META_GRAB_OP_WINDOW_DIR_MASK) != 0 || op == META_GRAB_OP_KEYBOARD_RESIZING_UNKNOWN;
|
||||||
}
|
}
|
||||||
|
|
||||||
gboolean
|
gboolean
|
||||||
|
Loading…
x
Reference in New Issue
Block a user