mirror of
https://git.mirrors.martin98.com/https://github.com/bambulab/BambuStudio.git
synced 2025-08-05 05:40:36 +08:00
FIX:fixed download progress starting from 1%
Change-Id: I9b073e6fa1698f5ac02827d30e883f585ca68674
This commit is contained in:
parent
74fc252dcf
commit
fb528c67b7
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user