Merge pull request #2503 from srcejon/fix_2501

Fix moving features to another workspace.
This commit is contained in:
Edouard Griffiths
2025-09-07 16:25:47 +02:00
committed by GitHub
+1 -1
View File
@@ -1149,7 +1149,7 @@ void LoadConfigurationFSM::loadFeatureSets()
QObject::connect(
gui,
&FeatureGUI::moveToWorkspace,
this,
m_mainWindow,
[m_mainWindow=m_mainWindow, gui](int wsIndexDest){ m_mainWindow->featureMove(gui, wsIndexDest); }
);
}