mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-11 22:38:58 +08:00
SLA gizmo: fixed a crash with multiple selection
This commit is contained in:
parent
8d3d4b3ae7
commit
99f34f8321
@ -59,7 +59,7 @@ bool GLGizmoSlaSupports::on_init()
|
||||
|
||||
void GLGizmoSlaSupports::set_sla_support_data(ModelObject* model_object, const Selection& selection)
|
||||
{
|
||||
if (selection.is_empty()) {
|
||||
if (! model_object || selection.is_empty()) {
|
||||
m_model_object = nullptr;
|
||||
return;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user