mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 11:23:42 +00:00
Update current brim brush size
This commit is contained in:
@@ -590,6 +590,9 @@ void GLGizmoBrimEars::begin_radius_change(float initial_value)
|
|||||||
|
|
||||||
void GLGizmoBrimEars::update_cache_radius()
|
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)
|
for (auto &cache_entry : m_editing_cache)
|
||||||
if (cache_entry.selected) {
|
if (cache_entry.selected) {
|
||||||
cache_entry.brim_point.head_front_radius = m_new_point_head_diameter / 2.f;
|
cache_entry.brim_point.head_front_radius = m_new_point_head_diameter / 2.f;
|
||||||
|
|||||||
Reference in New Issue
Block a user