mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-10 08:17:51 -06:00
Scroll the Object List to selected item been visible in the list (after object/part selection from the 3DScene)
This commit is contained in:
parent
310adc18c6
commit
2c8bc7283e
2 changed files with 8 additions and 2 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue