mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 19:12:38 -07:00
Try to fix AddSettingsChild on OSX
This commit is contained in:
@@ -1553,6 +1553,7 @@ void part_selection_changed()
|
||||
wxString object_name = wxEmptyString;
|
||||
if (item)
|
||||
{
|
||||
printf("item exists\n");
|
||||
const bool is_settings_item = m_objects_model->IsSettingsItem(item);
|
||||
bool is_part = false;
|
||||
wxString og_name = wxEmptyString;
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user