ENH:show all fillments backups
Change-Id: I5c1aef99b600f30d0369997f5900ba633ad9b13b
This commit is contained in:
parent
c5d70a846e
commit
3b7d31e689
1 changed files with 1 additions and 1 deletions
|
@ -1314,7 +1314,7 @@ void AmsReplaceMaterialDialog::update_machine_obj(MachineObject* obj)
|
|||
}
|
||||
}
|
||||
|
||||
if (is_in_tray) {
|
||||
if (is_in_tray || m_tray_used.size() <= 0) {
|
||||
m_groups_sizer->Add(create_backup_group(wxString::Format("%s%d", _L("Group"), group_index + 1), group_info, group_material, status_list), 0, wxALL, FromDIP(10));
|
||||
group_index++;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue