mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-01 05:32:03 +08:00
Fix:
hide operation for Text object with modifier
This commit is contained in:
parent
7e59cc7e64
commit
2b83ff1e7a
@ -1424,7 +1424,7 @@ void GLGizmoEmboss::draw_window()
|
||||
draw_style_list();
|
||||
|
||||
// Do not select volume type, when it is text object
|
||||
if (m_volume->get_object()->volumes.size() != 1) {
|
||||
if (!m_volume->is_the_only_one_part()) {
|
||||
ImGui::Separator();
|
||||
draw_model_type();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user