make configure requests work again (thanks, mosfet, for the report :)
svn path=/trunk/kdebase/kwin/; revision=35326
This commit is contained in:
parent
c7f1a58bd8
commit
da39e14d75
1 changed files with 1 additions and 1 deletions
2
client.h
2
client.h
|
@ -201,7 +201,7 @@ private:
|
|||
return moveResizeMode && mode == Center;
|
||||
}
|
||||
bool isResize() const {
|
||||
return !isMove();
|
||||
return moveResizeMode && !isMove();
|
||||
}
|
||||
MousePosition mode;
|
||||
QPoint moveOffset;
|
||||
|
|
Loading…
Reference in a new issue