From 825672c7be24236c3c83978c59b34ec4ced424a6 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 10 Jun 2007 13:06:16 +0000 Subject: [PATCH] copy/paste :x --- openbox/action.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbox/action.c b/openbox/action.c index d2e06131..bf675233 100644 --- a/openbox/action.c +++ b/openbox/action.c @@ -1475,7 +1475,7 @@ void action_resize_relative(union ActionData *data) w1 = c->area.width + data->relative.deltax * c->size_inc.width; w2 = c->area.width + data->relative.deltax * c->size_inc.width + data->relative.deltaxl * c->size_inc.width; - h1 = c->area.height + data->relative.deltay * c->size_inc.width; + h1 = c->area.height + data->relative.deltay * c->size_inc.height; h2 = c->area.height + data->relative.deltay * c->size_inc.height + data->relative.deltayu * c->size_inc.height; -- 2.45.2