2.2.0 pre (#80)

* Recover: Packaging Process

* Update: Flutter 1222

* Fix: crash when recreate GUI

* Fix Crash when using m_profile_json

* Fix NetworkTestDialog crash
This commit is contained in:
xiaoyeliu
2025-12-22 17:55:49 +08:00
committed by GitHub
parent f729c53b20
commit 9a0027035e
4 changed files with 153 additions and 105 deletions

View File

@@ -29,6 +29,7 @@
#include <time.h>
#include <vector>
#include <algorithm>
#include <memory>
namespace Slic3r {
namespace GUI {
@@ -47,6 +48,8 @@ enum TestJob {
class NetworkTestDialog : public DPIDialog
{
protected:
std::shared_ptr<NetworkTestDialog> self_ptr;
std::weak_ptr<NetworkTestDialog> weak_this;
Button* btn_start;
Button* btn_start_sequence;
Button* btn_download_log;