FIX:fixed download progress starting from 1%

Change-Id: I9b073e6fa1698f5ac02827d30e883f585ca68674
This commit is contained in:
tao wang 2023-07-27 16:08:21 +08:00 committed by Lane.Wei
parent 74fc252dcf
commit fb528c67b7
1 changed files with 1 additions and 1 deletions

View File

@ -8072,7 +8072,7 @@ void Plater::import_model_id(wxString download_info)
wxString msg; wxString msg;
wxString dlg_title = _L("Importing Model"); wxString dlg_title = _L("Importing Model");
int percent = 1; int percent = 0;
ProgressDialog dlg(dlg_title, ProgressDialog dlg(dlg_title,
wxString(' ', 100) + "\n\n\n\n", wxString(' ', 100) + "\n\n\n\n",
100, // range 100, // range