mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-15 18:58:00 -06:00
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:
parent
7102a1e235
commit
64173b3fa3
4 changed files with 18 additions and 2 deletions
|
@ -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 };
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue