summaryrefslogtreecommitdiff
path: root/src/ui/frames.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/frames.c')
-rw-r--r--src/ui/frames.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/frames.c b/src/ui/frames.c
index e964eae0b..96fcc38a8 100644
--- a/src/ui/frames.c
+++ b/src/ui/frames.c
@@ -2741,7 +2741,7 @@ get_control (MetaFrames *frames,
{
if (has_vert && has_horiz)
return META_FRAME_CONTROL_RESIZE_SW;
- else if (has_vert && has_north_resize)
+ else if (has_vert)
return META_FRAME_CONTROL_RESIZE_S;
else if (has_horiz)
return META_FRAME_CONTROL_RESIZE_W;