mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-26 04:12:07 +00:00
ENH:update SyncAmsInfoDialog
jira: none Change-Id: Icdfaa85500a0f448b9959923b863e6fbf72b397f (cherry picked from commit baa2282dede7886720cdb564ef4de22710c5528c)
This commit is contained in:
@@ -2710,7 +2710,9 @@ void Sidebar::sync_ams_list()
|
||||
if (dlg_res == wxID_CANCEL)
|
||||
return;
|
||||
auto sync_result = sync_dlg.get_result();
|
||||
|
||||
if (!sync_result.is_same_printer) {
|
||||
return;
|
||||
}
|
||||
list2.resize(list.size());
|
||||
auto iter = list.begin();
|
||||
for (int i = 0; i < list.size(); ++i, ++iter) {
|
||||
|
||||
Reference in New Issue
Block a user