mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-23 00:47:21 -06:00
- Fixed popup menu position in last commit
This commit is contained in:
@@ -190,7 +190,7 @@ class torrentAdditionDialog : public QDialog, private Ui_addTorrentDialog{
|
||||
myFilesLlistMenu.addAction(actionMaximum);
|
||||
// Call menu
|
||||
// XXX: why mapToGlobal() is not enough?
|
||||
myFilesLlistMenu.exec(mapToGlobal(pos)+QPoint(22,95));
|
||||
myFilesLlistMenu.exec(mapToGlobal(pos)+QPoint(10,145));
|
||||
}
|
||||
|
||||
void ignoreSelection(){
|
||||
|
||||
Reference in New Issue
Block a user