mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-11 11:07:40 +00:00
fix build failed bug.
This commit is contained in:
@@ -6792,7 +6792,10 @@ void Plater::priv::reload_from_disk()
|
|||||||
wxBusyCursor wait;
|
wxBusyCursor wait;
|
||||||
GLCanvas3D* canvas = q->get_current_canvas3D();
|
GLCanvas3D* canvas = q->get_current_canvas3D();
|
||||||
if (!canvas)
|
if (!canvas)
|
||||||
return false;
|
{
|
||||||
|
BOOST_LOG_TRIVIAL(error) << __FUNCTION__ << "canvas is nullptr";
|
||||||
|
continue;
|
||||||
|
}
|
||||||
wxBusyInfo info(_L("Reload from:") + " " + from_u8(path), canvas->get_wxglcanvas());
|
wxBusyInfo info(_L("Reload from:") + " " + from_u8(path), canvas->get_wxglcanvas());
|
||||||
|
|
||||||
Model new_model;
|
Model new_model;
|
||||||
|
|||||||
Reference in New Issue
Block a user