mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 03:43:52 +00:00
FIX:fixed download progress starting from 1%
Change-Id: I9b073e6fa1698f5ac02827d30e883f585ca68674
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user