mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-15 00:26:12 +08:00
Remove generate text object button
This commit is contained in:
parent
250f2444fa
commit
8fdbfaddaa
@ -1112,15 +1112,6 @@ void GLGizmoEmboss::draw_window()
|
||||
}
|
||||
}
|
||||
|
||||
// Option to create text volume when reselecting volumes
|
||||
m_imgui->disabled_begin(!is_activ_font);
|
||||
if (m_volume == nullptr) {
|
||||
ImGui::SameLine();
|
||||
if (ImGui::Button(_u8L("Generate object").c_str()))
|
||||
create_volume(ModelVolumeType::MODEL_PART);
|
||||
}
|
||||
m_imgui->disabled_end(); // !is_activ_font
|
||||
|
||||
#ifdef SHOW_CONTAIN_3MF_FIX
|
||||
if (m_volume!=nullptr &&
|
||||
m_volume->text_configuration.has_value() &&
|
||||
|
Loading…
x
Reference in New Issue
Block a user