mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-21 05:37:52 -06:00
Correct split for the parts too
This commit is contained in:
parent
128d0f7708
commit
19411df0e4
4 changed files with 105 additions and 25 deletions
|
@ -354,6 +354,7 @@ public:
|
|||
bool create_frst_child = true);
|
||||
wxDataViewItem Delete(const wxDataViewItem &item);
|
||||
void DeleteAll();
|
||||
void DeleteChildren(wxDataViewItem& parent);
|
||||
wxDataViewItem GetItemById(int obj_idx);
|
||||
int GetIdByItem(wxDataViewItem& item);
|
||||
int GetVolumeIdByItem(wxDataViewItem& item);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue