From da39e14d7506d71b0c94af65ceb886859b698c04 Mon Sep 17 00:00:00 2001 From: Matthias Ettrich Date: Sun, 28 Nov 1999 16:25:59 +0000 Subject: [PATCH] make configure requests work again (thanks, mosfet, for the report :) svn path=/trunk/kdebase/kwin/; revision=35326 --- client.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client.h b/client.h index 724ebd4819..d9d93af59d 100644 --- a/client.h +++ b/client.h @@ -201,7 +201,7 @@ private: return moveResizeMode && mode == Center; } bool isResize() const { - return !isMove(); + return moveResizeMode && !isMove(); } MousePosition mode; QPoint moveOffset;