parent
20696ccf38
commit
29b6f2b279
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue