mirror of
https://gitee.com/vnotex/vnote.git
synced 2025-07-05 13:59:52 +08:00
bugfix: use QTabBar.mapToGlobal() in tabbarContextMenuRequested
This commit is contained in:
parent
94ad4adc1c
commit
aee1b9d571
@ -429,7 +429,7 @@ void VEditWindow::tabbarContextMenuRequested(QPoint p_pos)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
menu.exec(mapToGlobal(p_pos));
|
menu.exec(bar->mapToGlobal(p_pos));
|
||||||
}
|
}
|
||||||
|
|
||||||
void VEditWindow::tabListJump(QAction *action)
|
void VEditWindow::tabListJump(QAction *action)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user