Part: Fix crash due to infinite recursion

This commit is contained in:
wmayer
2024-12-14 17:25:04 +01:00
committed by wwmayer
parent aa228f2b32
commit e698c73a3a

View File

@@ -600,7 +600,7 @@ void TaskAttacher::addToReference(const std::vector<SubAndObjName>& pairs)
void TaskAttacher::addToReference(SubAndObjName pair)
{
addToReference({ pair });
addToReference({{{ pair }}});
}
void TaskAttacher::onAttachmentOffsetChanged(double /*val*/, int idx)