hide operation for Text object with modifier
This commit is contained in:
Filip Sykala - NTB T15p 2023-10-25 11:59:18 +02:00
parent 7e59cc7e64
commit 2b83ff1e7a

View File

@ -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();
}