mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-14 09:02:06 +00:00
FIX: retry thumbnail request after refresh file list
Change-Id: I013566743f21df6403fb6bcd835e9e13dd40ddef
This commit is contained in:
@@ -112,6 +112,8 @@ void PrinterFileSystem::ListAllFiles()
|
||||
if (iter1->name == iter2->name) {
|
||||
iter1->thumbnail = iter2->thumbnail;
|
||||
iter1->flags = iter2->flags;
|
||||
if (!iter1->thumbnail.IsOk())
|
||||
iter1->flags &= ~FF_THUMNAIL;
|
||||
iter1->progress = iter2->progress;
|
||||
iter1->path = iter2->path;
|
||||
++iter1; ++iter2;
|
||||
|
||||
Reference in New Issue
Block a user