mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-04-22 14:09:41 +08:00
Show manual edited points with color during lock unique islands
This commit is contained in:
parent
f66a50b785
commit
7c4396446c
@ -307,10 +307,6 @@ void GLGizmoSlaSupports::render_points(const Selection& selection)
|
||||
render_color = hovered_color;
|
||||
else if (m_editing_cache[i].selected)
|
||||
render_color = selected_color;
|
||||
else if (m_lock_unique_islands) {
|
||||
render_color = support_point.type == sla::SupportPointType::island?
|
||||
island_color : inactive_color;
|
||||
}
|
||||
}
|
||||
|
||||
m_cone.model.set_color(render_color);
|
||||
|
Loading…
x
Reference in New Issue
Block a user