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 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
|
||||||
|
|
Loading…
Reference in New Issue