make the contextmenu show up in the right place for panel apps
svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=726620
This commit is contained in:
parent
d0844394f8
commit
1d9e0c424f
@ -283,7 +283,7 @@ void Containment::contextMenuEvent(QGraphicsSceneContextMenuEvent* event)
|
||||
}
|
||||
|
||||
event->accept();
|
||||
desktopMenu.exec(point.toPoint());
|
||||
desktopMenu.exec(event->screenPos());
|
||||
}
|
||||
|
||||
void Containment::setFormFactor(FormFactor formFactor)
|
||||
|
Loading…
Reference in New Issue
Block a user