Added function for the updating of the Error icon after a fix through the NetFabb

This commit is contained in:
YuSanka 2019-03-13 15:34:27 +01:00
parent 88f93a0b44
commit 46d19aa52d
3 changed files with 35 additions and 12 deletions

View file

@ -270,6 +270,7 @@ public:
void split_instances();
void rename_item();
void fix_through_netfabb() const;
void update_item_error_icon(const int obj_idx, int vol_idx) const ;
private:
void OnChar(wxKeyEvent& event);
void OnContextMenu(wxDataViewEvent &event);