mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-23 14:44:19 -06:00
Disable "Split" menu item for non-splittable objects
This commit is contained in:
parent
f471362e86
commit
4e9e59fd80
4 changed files with 52 additions and 26 deletions
|
@ -368,7 +368,7 @@ public:
|
|||
void DeleteChildren(wxDataViewItem& parent);
|
||||
wxDataViewItem GetItemById(int obj_idx);
|
||||
int GetIdByItem(wxDataViewItem& item);
|
||||
int GetVolumeIdByItem(wxDataViewItem& item);
|
||||
int GetVolumeIdByItem(const wxDataViewItem& item);
|
||||
bool IsEmpty() { return m_objects.empty(); }
|
||||
|
||||
// helper method for wxLog
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue