1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-30 11:05:50 +00:00

Try to fix AddSettingsChild on OSX

This commit is contained in:
YuSanka
2018-09-10 13:59:44 +02:00
parent e914a719f8
commit 9c433f8e08
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -240,6 +240,8 @@ public:
}
void Insert(PrusaObjectDataViewModelNode* child, unsigned int n)
{
if (!m_container)
m_container = true;
m_children.Insert(child, n);
}
void Append(PrusaObjectDataViewModelNode* child)