mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-01 18:10:37 +08:00
Fix Typo
This commit is contained in:
parent
2a2530924f
commit
6464a5b698
@ -127,7 +127,7 @@ void GLGizmoSimplify::on_render_input_window(float x, float y, float bottom_limi
|
|||||||
process();
|
process();
|
||||||
}
|
}
|
||||||
ImGui::SameLine();
|
ImGui::SameLine();
|
||||||
if (m_imgui->button(_L("Aply"))) {
|
if (m_imgui->button(_L("Apply"))) {
|
||||||
if (!is_valid_result) {
|
if (!is_valid_result) {
|
||||||
state = State::close_on_end;
|
state = State::close_on_end;
|
||||||
process();
|
process();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user