fix: 修改任务栏电源、时间、屏幕键盘等按钮右键菜单属性

电源、时间、屏幕键盘的按钮的右键菜单设置了popup属性,wayland下会随父窗口隐藏

Log: 修复任务栏设置为一直隐藏,右键电源/时间/屏幕键盘等按钮,鼠标移动至右键弹出菜单时,右键菜单消失的问题
Bug: https://pms.uniontech.com/zentao/bug-view-108901.html
Influence: 电源、时间、屏幕键盘等按钮右键菜单
Change-Id: I2c79c2db30647097f1d404d026185316761ca4f7
This commit is contained in:
chenbin 2021-12-23 09:25:33 +08:00
parent b087e00ff9
commit f556a61231

View File

@ -249,7 +249,7 @@ void DockItem::showContextMenu()
hidePopup();
emit requestWindowAutoHide(false);
m_contextMenu.popup(QCursor::pos());
m_contextMenu.exec(QCursor::pos());
onContextMenuAccepted();
}