1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-31 11:15:52 +00:00

Sphere selection added as an option for painting gizmos

This commit is contained in:
Lukas Matena
2020-09-30 17:01:51 +02:00
parent c696e6ec19
commit 1ca8120398
6 changed files with 103 additions and 10 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ void GLGizmoFdmSupports::on_render() const
render_triangles(selection);
m_c->object_clipper()->render_cut();
render_cursor_circle();
render_cursor();
glsafe(::glDisable(GL_BLEND));
}