svn path=/trunk/kdebase/kwin/; revision=180142
This commit is contained in:
Luboš Luňák 2002-09-24 16:29:20 +00:00
parent 20696ccf38
commit 29b6f2b279

View file

@ -295,7 +295,7 @@ void Placement::placeCascaded (Client* c, bool re_init)
const int W = maxRect.width();
//initialize if needed
if (re_init) {
if (re_init || d->cci[dn].pos.x() < X || d->cci[dn].pos.y() < Y ) {
d->cci[dn].pos = QPoint(X, Y);
d->cci[dn].col = d->cci[dn].row = 0;
}