diff --git a/sdrgui/feature/featuregui.cpp b/sdrgui/feature/featuregui.cpp index 583256a18..631381f3d 100644 --- a/sdrgui/feature/featuregui.cpp +++ b/sdrgui/feature/featuregui.cpp @@ -211,7 +211,7 @@ void FeatureGUI::leaveEvent(QEvent* event) void FeatureGUI::activateSettingsDialog() { - QPoint p = mapFromGlobal(QCursor::pos()); + QPoint p = QCursor::pos(); m_contextMenuType = ContextMenuChannelSettings; emit customContextMenuRequested(p); }