From fb528c67b74d3a833e8875a8c682783cf73ff037 Mon Sep 17 00:00:00 2001 From: tao wang Date: Thu, 27 Jul 2023 16:08:21 +0800 Subject: [PATCH] FIX:fixed download progress starting from 1% Change-Id: I9b073e6fa1698f5ac02827d30e883f585ca68674 --- src/slic3r/GUI/Plater.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/slic3r/GUI/Plater.cpp b/src/slic3r/GUI/Plater.cpp index 0700655a7..a3c10c7b6 100644 --- a/src/slic3r/GUI/Plater.cpp +++ b/src/slic3r/GUI/Plater.cpp @@ -8072,7 +8072,7 @@ void Plater::import_model_id(wxString download_info) wxString msg; wxString dlg_title = _L("Importing Model"); - int percent = 1; + int percent = 0; ProgressDialog dlg(dlg_title, wxString(' ', 100) + "\n\n\n\n", 100, // range