mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-23 06:33:57 -06:00
Try to fix AddSettingsChild on OSX
This commit is contained in:
parent
e914a719f8
commit
9c433f8e08
2 changed files with 3 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue