mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-15 01:45:58 +08:00
Update current brim brush size
This commit is contained in:
parent
00cf9be46e
commit
19e5ee3f42
@ -590,6 +590,9 @@ void GLGizmoBrimEars::begin_radius_change(float initial_value)
|
||||
|
||||
void GLGizmoBrimEars::update_cache_radius()
|
||||
{
|
||||
if (render_hover_point)
|
||||
render_hover_point->brim_point.head_front_radius = m_new_point_head_diameter / 2.f;
|
||||
|
||||
for (auto &cache_entry : m_editing_cache)
|
||||
if (cache_entry.selected) {
|
||||
cache_entry.brim_point.head_front_radius = m_new_point_head_diameter / 2.f;
|
||||
|
Loading…
x
Reference in New Issue
Block a user