FIX: fix the duplicate model issue after open recent project in some corner cases

github issue-1185

Change-Id: I3be5be473cfe7328c4781b1533093cd860e64387
This commit is contained in:
lane.wei 2023-01-30 16:37:02 +08:00 committed by Lane.Wei
parent 7102a1e235
commit 64173b3fa3
4 changed files with 18 additions and 2 deletions

View file

@ -688,6 +688,7 @@ private:
bool m_only_gcode { false };
bool m_exported_file { false };
bool skip_thumbnail_invalid { false };
bool m_loading_project {false };
std::string m_preview_only_filename;
int m_valid_plates_count { 0 };