Fix typo
This commit is contained in:
parent
2787fdb873
commit
c8b3f71cc6
1 changed files with 1 additions and 1 deletions
|
@ -522,7 +522,7 @@ void Placement::placeTransient(AbstractClient *c)
|
|||
}
|
||||
if (screen.x() > c->x()) {
|
||||
// left is not on screen
|
||||
c->move(screen.y(), c->y());
|
||||
c->move(screen.x(), c->y());
|
||||
CHECK
|
||||
}
|
||||
#undef CHECK
|
||||
|
|
Loading…
Reference in a new issue