Fixed scroll the Object List to selected item on OSX & GTK

+ fixed #1395 (maximum PresetComboBox's width limit on Ubuntu)
This commit is contained in:
YuSanka
2018-12-14 09:52:54 +01:00
parent 2d29b7d6cd
commit 48a94ebae1
3 changed files with 4 additions and 8 deletions

View File

@@ -108,8 +108,6 @@ 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();