ENH:not show busy info when reload obj file
jira: STUDIO-7216 Change-Id: Ia1a35a51aa924c19414c5bf9b42b414afd510b7f
This commit is contained in:
parent
7750c82ebf
commit
a037f0fdbe
|
@ -5724,8 +5724,9 @@ void Plater::priv::reload_from_disk()
|
||||||
if (color_dlg.ShowModal() != wxID_OK) { filament_ids.clear(); }
|
if (color_dlg.ShowModal() != wxID_OK) { filament_ids.clear(); }
|
||||||
};
|
};
|
||||||
wxBusyCursor wait;
|
wxBusyCursor wait;
|
||||||
wxBusyInfo info(_L("Reload from:") + " " + from_u8(path), q->get_current_canvas3D()->get_wxglcanvas());
|
if (!boost::iends_with(path, ".obj")) {
|
||||||
|
wxBusyInfo info(_L("Reload from:") + " " + from_u8(path), q->get_current_canvas3D()->get_wxglcanvas());
|
||||||
|
}
|
||||||
Model new_model;
|
Model new_model;
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue