Correct these calls, even if they're commented, one might still want to have this correct
svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=853024
This commit is contained in:
parent
ef72738960
commit
9d5e4b488e
@ -79,7 +79,7 @@ QPoint popupPosition(const QGraphicsItem * item, const QSize &s)
|
||||
|
||||
QPoint pos = v->mapFromScene(item->scenePos());
|
||||
pos = v->mapToGlobal(pos);
|
||||
//kDebug() << "==> position is" << scenePos() << v->mapFromScene(scenePos()) << pos;
|
||||
//kDebug() << "==> position is" << item->scenePos() << v->mapFromScene(item->scenePos()) << pos;
|
||||
Plasma::View *pv = dynamic_cast<Plasma::View *>(v);
|
||||
|
||||
Plasma::Location loc = Floating;
|
||||
|
Loading…
Reference in New Issue
Block a user