mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-02-03 09:44:01 -05:00
Features: fixed common settings menu placement. Issue #1286
This commit is contained in:
parent
7eeb9fd77a
commit
225f8ef0b3
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user