mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
ENH:The model mall dialog can be activated
Change-Id: I19aa551ffc79c4f5c9369331f28adbe7410ccab2
This commit is contained in:
@@ -652,8 +652,8 @@ void AuFolderPanel::update(std::vector<fs::path> paths)
|
||||
{
|
||||
clear();
|
||||
for (auto i = 0; i < paths.size(); i++) {
|
||||
std::string temp_name = fs::path(paths[i].c_str()).filename().string();
|
||||
auto name = encode_path(temp_name.c_str());
|
||||
std::string temp_name = fs::path(paths[i].c_str()).filename().string();
|
||||
auto name = encode_path(temp_name.c_str());
|
||||
|
||||
auto aufile = new AuFile(m_scrolledWindow, paths[i], name, m_type, wxID_ANY);
|
||||
m_gsizer_content->Add(aufile, 0, wxALL, FromDIP(8));
|
||||
|
||||
Reference in New Issue
Block a user