mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-15 09:32:09 +00:00
FIX: .gcode file shall disable preview menu (STUDIO-2320)
https://jira.bambooolab.com/browse/STUDIO-2320 Change-Id: I54cd49a49a8b08916872eae75534ef4c1d915cb5
This commit is contained in:
@@ -1125,6 +1125,9 @@ void IMSlider::render_go_to_layer_dialog()
|
||||
|
||||
void IMSlider::render_menu()
|
||||
{
|
||||
if (!m_menu_enable)
|
||||
return;
|
||||
|
||||
ImGuiWrapper::push_menu_style(m_scale);
|
||||
int extruder_num = m_extruder_colors.size();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user