Implemented delete_layers_from_object()

This commit is contained in:
YuSanka 2019-05-30 16:53:17 +02:00
parent a516f76f94
commit e531d224e8
4 changed files with 42 additions and 13 deletions

View file

@ -227,6 +227,7 @@ public:
void del_subobject_item(wxDataViewItem& item);
void del_settings_from_config();
void del_instances_from_object(const int obj_idx);
void del_layers_from_object(const int obj_idx);
bool del_subobject_from_object(const int obj_idx, const int idx, const int type);
void split();
void layers_editing();