Fixed "extruder" column editing for non-object/part items. It's suppressed now.

+ Try to fix the wrong last column width updating under OSX
This commit is contained in:
YuSanka 2018-12-04 14:27:39 +01:00
parent 428800ad1e
commit e0aa25b677
2 changed files with 20 additions and 1 deletions

View file

@ -185,6 +185,10 @@ public:
void last_volume_is_deleted(const int obj_idx);
bool has_multi_part_objects();
void update_settings_items();
private:
void OnStartEditing(wxDataViewEvent &event);
};