mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-09-26 14:43:14 +08:00
Fix init after set
This commit is contained in:
parent
5a517e71de
commit
cf57bf02ff
@ -1204,12 +1204,12 @@ void GLGizmoEmboss::set_volume_by_selection()
|
|||||||
m_job_cancel = nullptr;
|
m_job_cancel = nullptr;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (tc.style.prop.per_glyph)
|
|
||||||
init_text_lines();
|
|
||||||
|
|
||||||
m_text = tc.text;
|
m_text = tc.text;
|
||||||
m_volume = volume;
|
m_volume = volume;
|
||||||
m_volume_id = volume->id();
|
m_volume_id = volume->id();
|
||||||
|
|
||||||
|
if (tc.style.prop.per_glyph)
|
||||||
|
init_text_lines();
|
||||||
|
|
||||||
// Calculate current angle of up vector
|
// Calculate current angle of up vector
|
||||||
assert(m_style_manager.is_active_font());
|
assert(m_style_manager.is_active_font());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user