i suppose we do want the bottom most left screen ....
is it possible to have a 2x2 grid where screen at (0,0) has an x() > 0? svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=731847
This commit is contained in:
parent
f330f504d7
commit
045ca46537
@ -231,7 +231,7 @@ void Corona::loadDefaultSetup()
|
||||
c->setScreen(i);
|
||||
c->setFormFactor(Plasma::Planar);
|
||||
|
||||
if (g.x() <= topLeftCorner.x() && g.y() <= topLeftCorner.y()) {
|
||||
if (g.x() <= topLeftCorner.x() && g.y() >= topLeftCorner.y()) {
|
||||
topLeftCorner = g.topLeft();
|
||||
topLeftScreen = i;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user