fixed:bug 4370

This commit is contained in:
shaojun 2019-10-18 17:01:36 +08:00
parent 0f7e8a736d
commit 11c946a519

View File

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