mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-05-12 03:29:07 +08:00
#2528 - New project command automatically switches to 3D editor view
This commit is contained in:
parent
a892fa6105
commit
b001eca21f
@ -3322,6 +3322,7 @@ SLAPrint& Plater::sla_print() { return p->sla_print; }
|
|||||||
|
|
||||||
void Plater::new_project()
|
void Plater::new_project()
|
||||||
{
|
{
|
||||||
|
p->select_view_3D("3D");
|
||||||
wxPostEvent(p->view3D->get_wxglcanvas(), SimpleEvent(EVT_GLTOOLBAR_DELETE_ALL));
|
wxPostEvent(p->view3D->get_wxglcanvas(), SimpleEvent(EVT_GLTOOLBAR_DELETE_ALL));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user