mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-02 14:04:46 -04:00
Features: fixed common settings menu placement. Issue #1286
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user