From a66dc5924dd434557c562dbc5acc520f1b8c7782 Mon Sep 17 00:00:00 2001 From: Christophe Dumez Date: Tue, 18 Aug 2009 08:49:17 +0000 Subject: [PATCH] Fixed popup menu positioning in RSS feeds list --- Changelog | 1 + src/rss_imp.cpp | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Changelog b/Changelog index 9f191d401..fa4da9fb7 100644 --- a/Changelog +++ b/Changelog @@ -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 - v1.4.0 - FEATURE: Display swarm information in lists diff --git a/src/rss_imp.cpp b/src/rss_imp.cpp index 381297065..98088db39 100644 --- a/src/rss_imp.cpp +++ b/src/rss_imp.cpp @@ -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