mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00:00
FIX: cannot immediately update the left list
Right click modification cannot immediately update plate_name the left list Change-Id: Ieb2a38d687f79195a9748e093c0d96a36236d1b5 (cherry picked from commit 2331c2e4fe4de3350a3c3765b7e00f30025addff)
This commit is contained in:
@@ -361,7 +361,7 @@ public:
|
||||
void DeleteVolumeChildren(wxDataViewItem& parent);
|
||||
void DeleteSettings(const wxDataViewItem& parent);
|
||||
wxDataViewItem GetItemByPlateId(int plate_idx);
|
||||
void SetCurSelectedPlateFullNmae(int plate_idx,const std::string &);
|
||||
void SetCurSelectedPlateFullName(int plate_idx,const std::string &);
|
||||
wxDataViewItem GetItemById(int obj_idx);
|
||||
wxDataViewItem GetItemById(const int obj_idx, const int sub_obj_idx, const ItemType parent_type);
|
||||
wxDataViewItem GetItemByVolumeId(int obj_idx, int volume_idx);
|
||||
|
||||
Reference in New Issue
Block a user