Created GetRowByItem() to fix the Scrolling of the Object List to selected item under all platforms

+ temporary suppressed object/part mane editing under OSX
This commit is contained in:
YuSanka
2018-12-17 12:46:36 +01:00
parent 7e8d9c154d
commit 825f3641e2
4 changed files with 60 additions and 9 deletions

View File

@@ -108,6 +108,8 @@ class ObjectList : public wxDataViewCtrl
bool m_parts_changed = false;
bool m_part_settings_changed = false;
int m_selected_row = 0;
public:
ObjectList(wxWindow* parent);
~ObjectList();