mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-19 12:59:56 -07:00
- Fixed popup menu position in last commit
This commit is contained in:
parent
8fdd614673
commit
4c9d1db9d5
1 changed files with 1 additions and 1 deletions
|
@ -190,7 +190,7 @@ class torrentAdditionDialog : public QDialog, private Ui_addTorrentDialog{
|
||||||
myFilesLlistMenu.addAction(actionMaximum);
|
myFilesLlistMenu.addAction(actionMaximum);
|
||||||
// Call menu
|
// Call menu
|
||||||
// XXX: why mapToGlobal() is not enough?
|
// XXX: why mapToGlobal() is not enough?
|
||||||
myFilesLlistMenu.exec(mapToGlobal(pos)+QPoint(22,95));
|
myFilesLlistMenu.exec(mapToGlobal(pos)+QPoint(10,145));
|
||||||
}
|
}
|
||||||
|
|
||||||
void ignoreSelection(){
|
void ignoreSelection(){
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue