mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
- Fixed right-click menu position in seeding list
This commit is contained in:
parent
8c21ef5c04
commit
0308825c11
1 changed files with 1 additions and 1 deletions
|
@ -432,7 +432,7 @@ void FinishedTorrents::displayFinishedListMenu(const QPoint& pos){
|
||||||
|
|
||||||
// Call menu
|
// Call menu
|
||||||
// XXX: why mapToGlobal() is not enough?
|
// XXX: why mapToGlobal() is not enough?
|
||||||
myFinishedListMenu.exec(mapToGlobal(pos)+QPoint(10,58));
|
myFinishedListMenu.exec(mapToGlobal(pos)+QPoint(12,35));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue