mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-09-10 18:57:47 -04:00
Merge pull request #2503 from srcejon/fix_2501
Fix moving features to another workspace.
This commit is contained in:
commit
df64bd8f29
@ -1149,7 +1149,7 @@ void LoadConfigurationFSM::loadFeatureSets()
|
|||||||
QObject::connect(
|
QObject::connect(
|
||||||
gui,
|
gui,
|
||||||
&FeatureGUI::moveToWorkspace,
|
&FeatureGUI::moveToWorkspace,
|
||||||
this,
|
m_mainWindow,
|
||||||
[m_mainWindow=m_mainWindow, gui](int wsIndexDest){ m_mainWindow->featureMove(gui, wsIndexDest); }
|
[m_mainWindow=m_mainWindow, gui](int wsIndexDest){ m_mainWindow->featureMove(gui, wsIndexDest); }
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user