Fixed popup menu positioning in RSS feeds list

This commit is contained in:
Christophe Dumez
2009-08-18 08:49:17 +00:00
parent 4d4d313a8f
commit a66dc5924d
2 changed files with 2 additions and 1 deletions

View File

@@ -2,6 +2,7 @@
- BUGFIX: Fix problems when changing save path (if using temporary download folder)
- BUGFIX: Display real save path instead of the temporary one in torrent properties
- BUGFIX: Catching invalid_handle exception to avoid rare crashes
- BUGFIX: Fixed popup menu position in RSS feeds list
* Thu Aug 13 2009 - Christophe Dumez <chris@qbittorrent.org> - v1.4.0
- FEATURE: Display swarm information in lists

View File

@@ -54,7 +54,7 @@
myFinishedListMenu.addAction(actionCreate);
myFinishedListMenu.addAction(actionRefreshAll);
}
myFinishedListMenu.exec(mapToGlobal(pos)+QPoint(10,33));
myFinishedListMenu.exec(QCursor::pos());
}
// add a stream by a button