mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 10:50:10 +00:00
wayland: Fix northeast resizing
Surprisingly, the same corner that was broken for resizing under X is also broken under Wayland, for an entirely different reason.
This commit is contained in:
parent
ad39298f6d
commit
a8036a5143
@ -1970,7 +1970,7 @@ gdk_wayland_window_begin_resize_drag (GdkWindow *window,
|
||||
break;
|
||||
|
||||
case GDK_WINDOW_EDGE_NORTH_EAST:
|
||||
resize_edges = XDG_SURFACE_RESIZE_EDGE_RIGHT;
|
||||
resize_edges = XDG_SURFACE_RESIZE_EDGE_TOP_RIGHT;
|
||||
break;
|
||||
|
||||
case GDK_WINDOW_EDGE_WEST:
|
||||
|
Loading…
Reference in New Issue
Block a user