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:
Aaron J. Seigo 2007-11-02 02:31:58 +00:00
parent f330f504d7
commit 045ca46537

View File

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