1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-29 10:55:50 +00:00
This commit is contained in:
YuSanka
2019-01-10 11:10:01 +01:00
30 changed files with 327 additions and 68 deletions
+1 -1
View File
@@ -330,7 +330,7 @@ public:
{
if (GetChildCount() == 0)
return;
for (size_t id = GetChildCount() - 1; id >= 0; --id)
for (int id = int(GetChildCount()) - 1; id >= 0; --id)
{
if (m_children.Item(id)->GetChildCount() > 0)
m_children[id]->RemoveAllChildren();