This commit is contained in:
Martin Gräßlin 2016-03-03 17:01:52 +01:00
parent 2787fdb873
commit c8b3f71cc6

View file

@ -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