mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
Fixed crash when selecting object
This commit is contained in:
@@ -4115,7 +4115,7 @@ void GLCanvas3D::_render_legend_texture() const
|
||||
|
||||
void GLCanvas3D::_render_layer_editing_overlay() const
|
||||
{
|
||||
if (m_print == nullptr)
|
||||
if ((m_print == nullptr) || m_print->objects().empty())
|
||||
return;
|
||||
|
||||
GLVolume* volume = nullptr;
|
||||
|
||||
Reference in New Issue
Block a user