- Fixed log context menu position

- Updated Changelog
This commit is contained in:
Christophe Dumez 2007-09-02 14:42:09 +00:00
commit ffb262f0a1
3 changed files with 5 additions and 1 deletions

View file

@ -336,7 +336,7 @@ void DownloadingTorrents::displayInfoBarMenu(const QPoint& pos) {
QMenu myLogMenu(this);
myLogMenu.addAction(actionClearLog);
// XXX: Why mapToGlobal() is not enough?
myLogMenu.exec(mapToGlobal(pos)+QPoint(22,383));
myLogMenu.exec(mapToGlobal(pos)+QPoint(44,305));
}
void DownloadingTorrents::sortProgressColumnDelayed() {