mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00:00
ENH: preview slider behavior
1.add pauseprint will not cause preview page refresh 2.fix add custom Gcode window and jump to layer window cannot input after reslice Change-Id: I4f75457b6d6172080715393c975169c8f16464b9
This commit is contained in:
@@ -1306,6 +1306,7 @@ void IMSlider::render_input_custom_gcode()
|
||||
set_focus = false;
|
||||
}
|
||||
if (set_focus && !ImGui::IsAnyItemActive() && !ImGui::IsMouseClicked(0)) {
|
||||
wxGetApp().plater()->get_current_canvas3D()->force_set_focus();
|
||||
ImGui::SetKeyboardFocusHere(0);
|
||||
}
|
||||
const int text_height = 6;
|
||||
@@ -1385,6 +1386,7 @@ void IMSlider::render_go_to_layer_dialog()
|
||||
set_focus = false;
|
||||
}
|
||||
if (set_focus && !ImGui::IsAnyItemActive() && !ImGui::IsMouseClicked(0)) {
|
||||
wxGetApp().plater()->get_current_canvas3D()->force_set_focus();
|
||||
ImGui::SetKeyboardFocusHere(0);
|
||||
}
|
||||
ImGui::InputText("##input_layer_number", m_layer_number, sizeof(m_layer_number));
|
||||
|
||||
Reference in New Issue
Block a user