mirror of
https://git.mirrors.martin98.com/https://github.com/bambulab/BambuStudio.git
synced 2025-08-18 01:25:53 +08:00
FIX: crash when async delete printer file
Change-Id: I92c5e812d04da263338fb0eea2fd7583cf9ecde0 Jira: STUDIO-5222
This commit is contained in:
parent
f4f4286eab
commit
a888747755
@ -994,7 +994,7 @@ void PrinterFileSystem::FileRemoved(std::pair<FileType, std::string> type, size_
|
|||||||
m_group_flags.erase(m_group_flags.begin() + index2);
|
m_group_flags.erase(m_group_flags.begin() + index2);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
m_file_list.erase(m_file_list.begin() + index);
|
m_file_list.erase(file_index.first.begin() + index);
|
||||||
}
|
}
|
||||||
|
|
||||||
struct CallbackEvent : wxCommandEvent
|
struct CallbackEvent : wxCommandEvent
|
||||||
|
Loading…
x
Reference in New Issue
Block a user