mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
SLA support gizmo does not use Grabber class anymore
This commit is contained in:
parent
fab3025107
commit
9dff44a8ad
5 changed files with 41 additions and 64 deletions
|
@ -3411,7 +3411,7 @@ void GLCanvas3D::Gizmos::delete_current_grabber(bool delete_all)
|
|||
|
||||
GizmosMap::const_iterator it = m_gizmos.find(SlaSupports);
|
||||
if (it != m_gizmos.end())
|
||||
reinterpret_cast<GLGizmoSlaSupports*>(it->second)->delete_current_grabber(delete_all);
|
||||
reinterpret_cast<GLGizmoSlaSupports*>(it->second)->delete_current_point(delete_all);
|
||||
}
|
||||
|
||||
void GLCanvas3D::Gizmos::render_current_gizmo(const GLCanvas3D::Selection& selection) const
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue