Update plate list > plate number position (#6202)

* Update GLCanvas3D.cpp
This commit is contained in:
yw4z 2024-08-02 18:15:58 +03:00 committed by GitHub
parent 143d8c4a8d
commit 7d5ab6456f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8041,7 +8041,7 @@ void GLCanvas3D::_render_imgui_select_plate_toolbar()
}
// draw text
ImVec2 text_start_pos = ImVec2(start_pos.x + 10.0f, start_pos.y + 8.0f);
ImVec2 text_start_pos = ImVec2(start_pos.x + 4.0f, start_pos.y + 2.0f); // ORCA move close to corner to prevent overlapping with preview
ImGui::RenderText(text_start_pos, std::to_string(i + 1).c_str());
ImGui::PopID();