mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-07-13 04:31:47 +08:00
Fixup of previous commit: there are two more painting gizmos
This commit is contained in:
parent
13604469fd
commit
ef30cc8690
@ -147,6 +147,7 @@ void GLGizmoMmuSegmentation::render_painter_gizmo() const
|
||||
render_triangles(selection, false);
|
||||
|
||||
m_c->object_clipper()->render_cut();
|
||||
m_c->instances_hider()->render_cut();
|
||||
render_cursor();
|
||||
|
||||
glsafe(::glDisable(GL_BLEND));
|
||||
|
@ -63,6 +63,7 @@ void GLGizmoSeam::render_painter_gizmo() const
|
||||
render_triangles(selection);
|
||||
|
||||
m_c->object_clipper()->render_cut();
|
||||
m_c->instances_hider()->render_cut();
|
||||
render_cursor();
|
||||
|
||||
glsafe(::glDisable(GL_BLEND));
|
||||
|
Loading…
x
Reference in New Issue
Block a user