1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2025-09-10 10:47:48 -04:00

Fix moving features to another workspace. #2501

This commit is contained in:
Jon Beniston 2025-09-01 10:51:42 +01:00
parent 5ae8ab0bf3
commit 6b50febd9a

View File

@ -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); }
); );
} }