small fix for a crash
svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=874249
This commit is contained in:
parent
fae76869af
commit
3e7ff8ac3d
@ -109,7 +109,7 @@ QPoint popupPosition(const QGraphicsItem *item, const QSize &s)
|
|||||||
|
|
||||||
//are we out of screen?
|
//are we out of screen?
|
||||||
QRect screenRect =
|
QRect screenRect =
|
||||||
QApplication::desktop()->screenGeometry(pv ? pv->containment()->screen() : -1);
|
QApplication::desktop()->screenGeometry((pv && pv->containment()) ? pv->containment()->screen() : -1);
|
||||||
//kDebug() << "==> rect for" << (pv ? pv->containment()->screen() : -1) << "is" << screenRect;
|
//kDebug() << "==> rect for" << (pv ? pv->containment()->screen() : -1) << "is" << screenRect;
|
||||||
|
|
||||||
if (pos.rx() + s.width() > screenRect.right()) {
|
if (pos.rx() + s.width() > screenRect.right()) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user