mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-28 13:22:06 +00:00
fix: misc issues in step import dialog (#14067)
fix mesh count cancellation flag using uninitialized memory fix initial waiting text being truncated
This commit is contained in:
@@ -107,7 +107,7 @@ public:
|
||||
double linear_defletion = 0.003,
|
||||
double angle_defletion = 0.5);
|
||||
|
||||
std::atomic<bool> m_stop_mesh;
|
||||
std::atomic<bool> m_stop_mesh{false};
|
||||
void update_process(int load_stage, int current, int total, bool& cancel);
|
||||
private:
|
||||
std::string m_path;
|
||||
|
||||
Reference in New Issue
Block a user